Improve 'extend' statement

This commit is contained in:
Bartłomiej Pluta
2019-07-12 14:19:21 +02:00
parent b7192ea52b
commit ac8b46b077
3 changed files with 23 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ class TokenType(Enum):
EXTEND = 'extend'
IMPORT = 'import'
FROM = 'from'
WITH = 'with'
ELSE = 'else'
IF = 'if'
AS = 'as'