boba-js
boba-js copied to clipboard
Toy programming language. Now being reimplemented in Rust: https://github.com/poteto/monkers
boba-js
boba
is a toy language written in TypeScript. I am basing this on the Monkey
language from the books "Writing An Interpreter In Go" and "Writing A Compiler In Go" by Thorsten Ball.
My goal is to get to parity with Monkey
and then add some other cool stuff I haven't thought of yet.