mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-13 20:24:04 -04:00
AstGen: decouple from Module/Compilation
AstGen is now completely independent from the rest of the compiler. It ingests an AST tree and produces ZIR code as the output, without depending on any of the glue code of the compiler.
This commit is contained in: