A small, dynamic, strongly-typed language made in Rust.
- https://github.com/pauldix/monkey-rust/blob/master/src/parser.rs
- https://github.com/Darksecond/lox/blob/master/lox-syntax/src/parser.rs
- https://github.com/pulpdrew/rlox/blob/master/src/parser.rs
- https://github.com/rhaiscript/rhai/blob/master/src/parser.rs
- https://github.com/rust-lang/rust/blob/master/compiler/rustc_ast/src/ast.rs
- https://github.com/newenclave/mico/blob/master/include/mico/parser.h
- https://github.com/wadackel/rs-monkey-lang/blob/master/src/evaluator/mod.rs