/rust_lox

Lox Programming Language written in Rust.

Primary LanguageRust

lox-lang

Lox Programming Language written in Rust.

What's lox-lang?

Lox is a programming language designed to learn interpreters. It comes from a book Crafting Interpreters. This implementation refers to jslox.