Skip to content

ryotsu/rox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rox

Lox programming language from Crafting Interpreters written in Rust.

You can check out the live playground here.

Build

By default it prints the debug opcodes, traces execution and logs gc. You can build it without those features:

$ cargo build --release --no-default-features

Run

To run a lox program: $ ./target/release/rox <filename>

Or to jump into the REPL: $ ./target/release/rox

Test

You can test it using the test suite.

Releases

No releases published

Packages

No packages published

Languages