Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 323 Bytes

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