Roderland / rox

Rust implementation of Lox

Home Page:https://ryotsu.github.io/rox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust implementation of Lox

https://ryotsu.github.io/rox/

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%