fix problem with casts immediately followed by operators

This commit is contained in:
pommicket 2022-01-27 18:00:31 -05:00
parent 539f23eaec
commit 09f3f9b450
4 changed files with 58 additions and 8 deletions

View file

@ -20,7 +20,7 @@
; b << >>
; c + -
; d * / %
; e8 cast
; d8 cast
; e sizeof, unary prefixes ++ -- & * + - ~ !
; f . -> () [] postfix ++ --
; highest