Create expression2 precendence level (relation operators)

This commit is contained in:
Bartłomiej Pluta
2019-07-10 22:39:22 +02:00
parent 4018bcddc7
commit 3058293b7e
5 changed files with 17 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ from enum import Enum
class TokenType(Enum):
RELATION = 'relation'
DOUBLE_ASTERISK = '**'
OPEN_CURLY = '{'
CLOSE_CURLY = '}'