Bytecode interpreter for the Lox programming language from Robert Nystrom's Crafting Interpreters book.
- Rust 100%
| macros | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
ReLox
This is an implementation of a bytecode interpreter for the Lox programming language form the Crafting Inerpreters book. This tries to follow the while also attempting to write the interpreter using idiomatic Rust patterns and features.
Note
ReLox could mean
- Rust Enhanced Lox interpreter.
- Re-implementation of a Lox interpreter.
- Or you could read it like reloj, Spanish for clockwork, because that's how
thisshould run like.