/rusty-monkey

Implementation of the Monkey programming language from https://interpreterbook.com in Rust!

Primary LanguageRust

Rusty Monkey

A Monkey implementation in Rust using parser combinators for the lexer and parser from the book Writing an Interpreter in Go.

Todo

  • Better parser error handling
  • Evaluator optimizations (if any)
  • Implement the compiler elements from Writing a Compiler in Go