Interpreted programming language with slightly silly syntax.
- Monkey-inspired architecture
- variable bindings
- ints, booleans, arithmetic expressions
- first-class functions
- strings, arrays, and hashtables
- Funny error messages that all begin with
bro wut u doin
- finish lexer
- finish parser
- finish evaluator