mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
fix >>= token
This commit is contained in:
parent
85e2e6a663
commit
d4e7da95ca
@ -1303,7 +1303,7 @@ cast_expression returns [TypeRepTemplate dotNetType]
|
||||
;
|
||||
assignment_operator:
|
||||
'=' | shortcut_assignment_operator ;
|
||||
shortcut_assignment_operator: '+=' | '-=' | '*=' | '/=' | '%=' | '&=' | '|=' | '^=' | '<<=' | '>' '>=' ;
|
||||
shortcut_assignment_operator: '+=' | '-=' | '*=' | '/=' | '%=' | '&=' | '|=' | '^=' | '<<=' | RIGHT_SHIFT_ASSIGN ;
|
||||
//pre_increment_expression:
|
||||
// '++' unary_expression ;
|
||||
//pre_decrement_expression:
|
||||
|
Loading…
x
Reference in New Issue
Block a user