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.