A Monkey implementation in Rust using parser combinators for the lexer and parser from the book Writing an Interpreter in Go.
- Better parser error handling
- Evaluator optimizations (if any)
- Implement the compiler elements from Writing a Compiler in Go