mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
* std.zig.parse is moved to std.zig.Ast.parse * the new function has an additional parameter that requires passing Mode.zig or Mode.zon * moved parser.zig code to Parse.zig * added parseZon function next to parseRoot function