]> Repositories - zlox.git/commit
Switch to Zig Build System
authorAyo Reis <hey@ayoreis.com>
Sun, 15 Feb 2026 16:39:31 +0000 (16:39 +0000)
committerAyo Reis <hey@ayoreis.com>
Sun, 15 Feb 2026 16:39:31 +0000 (16:39 +0000)
commit29d59fd1346c54a1bc6163fb860783eed7888d45
tree476309a3cc2af34a0829099b374fe1833d18c550
parent7b3023fd01ad1445eeccb48346217935d4e117f4
Switch to Zig Build System
.gitignore [new file with mode: 0644]
README.md
build.zig [new file with mode: 0644]
build.zig.zon [new file with mode: 0644]
src/Scanner.zig [moved from Scanner.zig with 99% similarity]
src/Token.zig [moved from Token.zig with 100% similarity]
src/main.zig [moved from lox.zig with 100% similarity]
src/token_type.zig [moved from token_type.zig with 100% similarity]