Lox Interpreter in Zig
Go to file
Drew Galbraith 5f9cd99fe0 Lexing portion is complete.
Tested manually but not in an automated fashion.
2023-08-28 21:03:29 -07:00
src Lexing portion is complete. 2023-08-28 21:03:29 -07:00
.gitignore Lexing portion is complete. 2023-08-28 21:03:29 -07:00
README.md Lexing portion is complete. 2023-08-28 21:03:29 -07:00
build.zig Lexing portion is complete. 2023-08-28 21:03:29 -07:00
test.lox Lexing portion is complete. 2023-08-28 21:03:29 -07:00

README.md

ZLoxI

ZLoxI is a Tree-Walk Lox Interpreter written in Zig.

Current state involves lexing the language only.

See the book Crafting Interpreters for more information.