lcmartinsfilho / loxr

A Rust interpreter for the Lox language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Rust interpreter for the Lox language

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%