Home

Awesome

loxr

An interpreter for the Lox language, written in Rust.

Usage

To launch a REPL, simply run loxr:

cargo run

To run a specific Lox script, use the following:

cargo run -- my_script.lox