Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 490 Bytes

File metadata and controls

23 lines (16 loc) · 490 Bytes

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