Typescript port of Thorsten Ball's Monkey Interpreter
Use the package manager yarn to install foobar.
yarn install
Run the REPL to test the lexer
yarn compile
yarn repl --[interpeter|compiler]
yarn compile
yarn benchmark:compiler
yarn benchmark:interpreter
Run tests with jest
yarn test