| author | |
| committer | |
| log | 5f4c52209eab66666cc4a8fd24bf27c372cfd54f |
| tree | 36a2ed6f180675175345b2d05a0a358c104f0e73 |
| parent | a973c362e5de460bf44bf513d97daa2c79570733 |
1 files changed, 1 insertions(+), 5 deletions(-)
src/AstGen.zig+1-5| ... | ... | @@ -1,8 +1,4 @@ |
| 1 | //! A Work-In-Progress `Zir`. This is a shared parent of all | |
| 2 | //! `GenZir` scopes. Once the `Zir` is produced, this struct | |
| 3 | //! is deinitialized. | |
| 4 | //! The `GenZir.finish` function converts this to a `Zir`. | |
| 5 | ||
| 1 | //! Ingests an AST and produces ZIR code. | |
| 6 | 2 | const AstGen = @This(); |
| 7 | 3 | |
| 8 | 4 | const std = @import("std"); |