This is my project to learn Zig by implementing the Lox bytecode interpreter from Crafting Interpreters.
I am working on this project as part of my Summer 2 2024 batch at the Recurse Center. There is a chance I will not be able to finish it if my interests or priorities change during the batch.
I am brand new to Zig, and would appreciate any suggestions or feedback on code style, good patterns, and anything else!
- Make sure you have Zig installed (or use this link to get it)
- Then run
zig build run
zig build test