Create if-else expression
This commit is contained in:
@@ -36,6 +36,8 @@ class TokenType(Enum):
|
||||
EXTEND = 'extend'
|
||||
IMPORT = 'import'
|
||||
FROM = 'from'
|
||||
ELSE = 'else'
|
||||
IF = 'if'
|
||||
AS = 'as'
|
||||
IDENTIFIER = 'identifier'
|
||||
COMMENT = 'comment'
|
||||
|
||||
Reference in New Issue
Block a user