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