Expand description
A Rust implementation of the Monkey programming language from https://interpreterbook.com/.
Modulesยง
- ast
- An abstract syntax tree for the Monkey programming language from https://interpreterbook.com/.
- evaluator
- An AST evaluator for the Monkey programming language from https://interpreterbook.com/.
- lexer
- A lexer for the Monkey programming language from https://interpreterbook.com/.
- object
- Objects produced when evaluating the Monkey programming language from https://interpreterbook.com/.
- parser
- A parser for the Monkey programming language from https://interpreterbook.com/.
- token
- Syntax tokens for the Monkey programming language from https://interpreterbook.com/.