rlox = Rust made Lox.
For the book Crafting Interpreters.
- It's in Rust.
- It uses bytecode.
There's an REPL:
cargo run
Otherwise, you'd also like to run a file:
cargo run [script]
rlox = Rust made Lox.
For the book Crafting Interpreters.
There's an REPL:
cargo run
Otherwise, you'd also like to run a file:
cargo run [script]