poteto / boba-js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%