Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 271 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 271 Bytes

zilox

Implementation of the lox programming language in Zig.

This is an implementation of the lox programming language using Zig. This is implemented following the book [crafting interpreters (https://craftinginterpreters.com/) specifically the III part of the book.