ELD / rusty-monkey

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 100.0%