move AstGen to std.zig.AstGen
Part of an effort to ship more of the compiler in source form.
This commit is contained in:
@@ -10,6 +10,7 @@ pub const string_literal = @import("zig/string_literal.zig");
|
||||
pub const number_literal = @import("zig/number_literal.zig");
|
||||
pub const primitives = @import("zig/primitives.zig");
|
||||
pub const Ast = @import("zig/Ast.zig");
|
||||
pub const AstGen = @import("zig/AstGen.zig");
|
||||
pub const Zir = @import("zig/Zir.zig");
|
||||
pub const system = @import("zig/system.zig");
|
||||
/// Deprecated: use `std.Target.Query`.
|
||||
|
||||
Reference in New Issue
Block a user