mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 00:23:22 +00:00
- adds initial support for the operators +|, -|, *|, <<|, +|=, -|=, *|=, <<|= - uses operators in addition to builtins in behavior test - adds binOpExt() and assignBinOpExt() to AstGen.zig. these need to be audited