Lox Interpreter in Zig
Go to file
Drew Galbraith 44792e5c19 Add small grammer and print it 2023-08-29 08:59:58 -07:00
src Add small grammer and print it 2023-08-29 08:59:58 -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.