Skip to content

coem-lang/jscoem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jscoem

This is the JavaScript implementation of my Coem language. This was built by adapting my Java code (based on Robert Nystrom's Crafting Interpreters) into JavaScript, following the example of YALI.js by Daniel Berezin (danman113).

Setup

npm install

To run in the command line:

npm start

To debug:

I use VS Code's Node debug tools.

To build to dist/coem.js:

npm run build

About

JavaScript implementation of Coem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published