/loxrust

Interpreter for the Lox language (from the Crafting Interpreters book). Written in Rust

Primary LanguageRust

Loxrust

A toy implementation of an interpreter for the Lox language written in Rust.

This code is more or less copy pasting of the Java implementation from the Crafting Interpreters book.