Go to file
Motiejus Jakštys a13b698a7d fmt
2025-04-24 20:32:51 +00:00
.clang-format fmt 2025-01-08 19:04:40 +01:00
.gitignore Tokenizer 2024-12-13 09:39:02 +02:00
ast.c fmt 2025-01-08 19:04:40 +01:00
ast.h fmt 2025-01-08 19:04:40 +01:00
build.zig fix memleak; initialization boilerplate 2025-01-02 17:17:22 +02:00
common.h fmt 2025-01-08 19:04:40 +01:00
LICENSE add license 2025-04-20 23:32:30 +03:00
main.c More parser — lint+tests pass again 2024-12-30 01:30:48 +02:00
parser_test.zig No types, no fucking types. Just bugs 2025-01-07 22:22:05 +01:00
parser.c fmt 2025-04-24 20:32:51 +00:00
parser.h a few bugfixes and a new TODO 2024-12-30 22:36:35 +02:00
README.md bump to zig 0.14 2025-04-13 22:20:02 +03:00
test_all.zig start with parser tests 2025-01-04 22:47:51 +01:00
tokenizer_test.zig add license 2025-04-20 23:32:30 +03:00
tokenizer.c fmt 2025-01-08 19:04:40 +01:00
tokenizer.h more parser 2025-01-01 17:26:58 +02:00
zig0.c fix filename 2024-12-30 01:33:34 +02:00

zig0 aspires to be an interpreter of zig 0.14.0 C backend.