Drew Galbraith 1b166f04f8 | ||
---|---|---|
src | ||
.gitignore | ||
README.md | ||
build.zig | ||
test.lox |
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.