Rust implementation of Monkey lang from Thorsten Ball's "Writing An Interpreter In Go" book.
Find a file
2026-05-20 20:37:23 +02:00
src fix: clippy warnings 2026-05-20 20:37:23 +02:00
.gitignore feat: work on lexer 2026-01-25 12:07:40 +01:00
Cargo.lock feat: add function literals 2026-05-20 18:54:36 +02:00
Cargo.toml feat: add function literals 2026-05-20 18:54:36 +02:00
README.md chore: restructure 2026-05-19 18:10:37 +02:00

Rust monkey

Rust implementation of Monkey lang from Thorsten Ball's "Writing An Interpreter In Go" book.