/rlox

An interpreter written in Rust

Primary LanguageRust

RLox

A bytecode interpreter for Lox written in Rust.

The design and concept was taken from Part II Bob Nystrom's excellent Crafting Interpreters.

I'm currently working on: Chapter 25 - Closures