A WebAssembly port of the C implementation of Lox from https://craftinginterpreters.com/
yarn && yarn build
node dist/main input-file-name
To watch for changes and execute the module in node
yarn watch -- input-file-name
To watch for changes and open a browser with the module loaded
yarn start