~ntietz/lox

my implementations of lox for Crafting Interpreters

Ben Oliver via public-inbox

2 months ago

796d2ce More (unsafe) improvements

~ntietz pushed to ~ntietz/lox git

4 months ago

#Lox in Rust

This repo contains an implementation of Lox, a small language introduced in the book Crafting Interpreters. This repo will contain both my implementations for the book (the tree-walk interpreter and the bytecode compiler/VM).

All code in this repository is licensed under the AGPL v3. You can find the text in LICENSE.