Working proof of concept of multiple left associative operators
This commit is contained in:
@@ -2,6 +2,7 @@ from enum import Enum
|
||||
|
||||
|
||||
class TokenType(Enum):
|
||||
EQUAL = '=='
|
||||
OPEN_CURLY = '{'
|
||||
CLOSE_CURLY = '}'
|
||||
OPEN_PAREN = '('
|
||||
|
||||
Reference in New Issue
Block a user