Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 296 Bytes

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