/rust-lox

lox interpreter in rust

Primary LanguageRustApache License 2.0Apache-2.0

Rust implementation of a tree-walk interpreter for Lox.

Feature complete reimplementation of jlox in Rust with some minor changes and additions.

Basically me rusting through Part II of http://craftinginterpreters.com/