Raise precedence of "is". Fix #119.
This commit is contained in:
+1
-1
@@ -1311,8 +1311,8 @@ typedef enum
|
||||
PREC_LOWEST,
|
||||
PREC_ASSIGNMENT, // =
|
||||
PREC_LOGIC, // && ||
|
||||
PREC_IS, // is
|
||||
PREC_EQUALITY, // == !=
|
||||
PREC_IS, // is
|
||||
PREC_COMPARISON, // < > <= >=
|
||||
PREC_RANGE, // .. ...
|
||||
PREC_BITWISE, // | &
|
||||
|
||||
Reference in New Issue
Block a user