Skip to content

Latest commit

 

History

History

interpreter

Interpreter

Run the interpreter locally

Build the interpreter:

npx nx run interpreter:build

See Usage for how to use the interpreter. Replace jv with node dist/apps/interpreter/main.js when running the commands.

Global installation

See the official docs.

Important project files

  • package.json - used for publishing the interpreter as npm package.
  • src/index.ts - the entry point of the command line interface (CLI).