Create if-else expression

This commit is contained in:
Bartłomiej Pluta
2019-07-11 09:16:09 +02:00
parent 101ce862b0
commit a13c87db14
4 changed files with 94 additions and 8 deletions

View File

@@ -36,6 +36,8 @@ class TokenType(Enum):
EXTEND = 'extend'
IMPORT = 'import'
FROM = 'from'
ELSE = 'else'
IF = 'if'
AS = 'as'
IDENTIFIER = 'identifier'
COMMENT = 'comment'