%=
This commit is contained in:
@@ -89,7 +89,7 @@ binaryOperation // Decreasing precedence
|
||||
|
||||
assignmentOperator
|
||||
: "="
|
||||
: "+=" : "-=" : "*=" : "/=" // TODO: |=, %= and <<= make more sense than |, % or << alone, and so for others
|
||||
: "+=" : "-=" : "*=" : "/=" : "%="// TODO: |=, %= and <<= make more sense than |, % or << alone, and so for others
|
||||
;
|
||||
|
||||
assignment
|
||||
|
||||
@@ -19,7 +19,7 @@ NoEscapeString : /* """-quoted string */;
|
||||
<= >= == != === !==
|
||||
+ - * / %
|
||||
=
|
||||
+= -= *= /=
|
||||
+= -= *= /= %=
|
||||
++ -- !
|
||||
&& || -- may be just & and |
|
||||
=>
|
||||
|
||||
Reference in New Issue
Block a user