We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413e964 commit 350400bCopy full SHA for 350400b
standard/grammar.md
@@ -377,7 +377,7 @@ operator_or_punctuator
377
| '+' | '-' | ASTERISK | SLASH | '%' | '&' | '|' | '^' | '!' | '~'
378
| '=' | '<' | '>' | '?' | '??' | '::' | '++' | '--' | '&&' | '||'
379
| '->' | '==' | '!=' | '<=' | '>=' | '+=' | '-=' | '*=' | '/=' | '%='
380
- | '&=' | '|=' | '^=' | '<<' | '<<=' | '=>'
+ | '&=' | '|=' | '^=' | '<<' | '<<=' | '=>' | '??='
381
;
382
383
right_shift
@@ -1473,7 +1473,7 @@ assignment
1473
1474
1475
assignment_operator
1476
- : '=' 'ref'? | '+=' | '-=' | '*=' | '/=' | '%=' | '&=' | '|=' | '^=' | '<<='
+ : '=' 'ref'? | '+=' | '-=' | '*=' | '/=' | '%=' | '&=' | '|=' | '^=' | '<<=' | '??='
1477
| right_shift_assignment
1478
1479
0 commit comments