mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 16:13:07 +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