Skip to content

ELD/rusty-monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages