fix problem with casts immediately followed by operators
This commit is contained in:
parent
539f23eaec
commit
09f3f9b450
4 changed files with 58 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
|||
; b << >>
|
||||
; c + -
|
||||
; d * / %
|
||||
; e8 cast
|
||||
; d8 cast
|
||||
; e sizeof, unary prefixes ++ -- & * + - ~ !
|
||||
; f . -> () [] postfix ++ --
|
||||
; highest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue