Nearly complete Zig AST

This commit is contained in:
2025-05-24 15:17:04 -05:00
parent 0bf8c3ef6b
commit d94403d126
5 changed files with 1113 additions and 65 deletions

1
internal/zig/README.md Normal file
View File

@@ -0,0 +1 @@
A Zig code generator based on the [Zig language specification](https://github.com/ziglang/zig-spec) PEG grammar. The grammar is included in the source so that it can easily be diffed for changes in the future.