mirror of
https://github.com/ziglang/zig.git
synced 2025-12-11 08:43:09 +00:00
InfixOp is flattened out so that each operator is an independent AST node tag. The two kinds of structs are now Catch and SimpleInfixOp. Beginning implementation of supporting codegen for const locals.