WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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