Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My implementation of the Monkey language interpreter in Rust. Mainly following the Writing An Interpreter In Go.

Commands

  • cargo run --bin tokenizer: Starts the tokenizer.
  • cargo run --bin lexer: Starts the lexer.
  • cargo run --bin evaluator: Starts the evaluator.

About

Building an interpreter for the Monkey language

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages