Create expression3 (logic 'and') and expression4 (logic 'or') precedence
This commit is contained in:
@@ -22,6 +22,9 @@ class TokenType(Enum):
|
||||
DOTS = '...'
|
||||
AMP = '&'
|
||||
DOT = '.'
|
||||
AND = 'and'
|
||||
OR = 'or'
|
||||
NOT = 'not'
|
||||
INTEGER = 'integer'
|
||||
STRING = 'string'
|
||||
NOTE = 'note'
|
||||
|
||||
Reference in New Issue
Block a user