- some ast token tags were renamed: ie .bit_shift_left => .shl - add initial support for saturating operators: +|, -|, *|, <<|, +|=, -|=, *|=, <<|=
27 KiB
27 KiB
- some ast token tags were renamed: ie .bit_shift_left => .shl - add initial support for saturating operators: +|, -|, *|, <<|, +|=, -|=, *|=, <<|=