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).
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