Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 336 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 336 Bytes

zlox

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