Skip to content
/ komodo Public

Mini compiler that transpiles a (small) subset of JavaScript to C

License

Notifications You must be signed in to change notification settings

unknown/komodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Komodo

Komodo is a baby JavaScript type-checker and compiler that supports a small subset of the language.

Get started

To run the Komodo compiler on a JavaScript file, run dune exec bin/main.exe <file name>. For example, to compile test/test.js, run dune exec bin/main.exe test/test.js.

About

Mini compiler that transpiles a (small) subset of JavaScript to C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published