nathanleiby/zlox
zlox implements the Lox programming language in Zig
zlox
implements the Lox programming language in Zig.
The repo implements the "Bytecode Virtual Machine" for Lox from the Crafting Interpreters book. It follows the 2nd part of the book.
I have previously implemented the first part of the book ("Tree-walk Interpreter") in Julia, here: https://github.com/nathanleiby/jlox