Added new special operators like &= and <<=.

Also made a litle change to scanner function moveOn(): now it moves on
the last char passed and only if there are more than one chars.
This commit is contained in:
2024-12-29 19:26:02 +01:00
parent e43823740f
commit eccb0c4dc9
11 changed files with 346 additions and 278 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ const (
priAnd
priNot
priRelational
priBinOr
priBinAnd
priBinNot
priBitwiseOr
priBitwiseAnd
priBitwiseNot
priSum
priProduct
priFraction