Skip to content

anna-hope/ziglox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ziglox (WIP)

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!

Running the project

  • Make sure you have Zig installed (or use this link to get it)
  • Then run
zig build run

Running tests

zig build test

Releases

No releases published

Packages

No packages published

Languages