diff --git a/src/AstGen.zig b/src/AstGen.zig index 46551169754172ea652215301d8724d4063e0848..036d6285910df2151a35a062eec80b8380e4b617 100644 --- a/src/AstGen.zig +++ b/src/AstGen.zig @@ -1,8 +1,4 @@ -//! A Work-In-Progress `Zir`. This is a shared parent of all -//! `GenZir` scopes. Once the `Zir` is produced, this struct -//! is deinitialized. -//! The `GenZir.finish` function converts this to a `Zir`. - +//! Ingests an AST and produces ZIR code. const AstGen = @This(); const std = @import("std");