Skip to content
/ boba-js Public

Toy programming language. Now being reimplemented in Rust: https://github.com/poteto/monkers

License

Notifications You must be signed in to change notification settings

poteto/boba-js

Repository files navigation

boba-js

Build Status

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.