~ntietz/lox

an implementation of Lox from the book Crafting Interpreters
More (unsafe) improvements
(unsafe) performance improvements
Complete functions (chapter 24), excluding native functions

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~ntietz/lox
read/write
git@git.sr.ht:~ntietz/lox

You can also use your local clone with git send-email.

#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.