Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 272 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 272 Bytes

rlox

rlox = Rust made Lox.

For the book Crafting Interpreters.

  • It's in Rust.
  • It uses bytecode.

Try it

There's an REPL:

cargo run

Otherwise, you'd also like to run a file:

cargo run [script]