Add new token (dots = '...')

This commit is contained in:
Bartłomiej Pluta
2019-07-10 00:06:17 +02:00
parent 360b686a8f
commit 99647df061
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class TokenType(Enum):
ARROW = '->'
COMMA = ','
MINUS = '-'
DOTS = '...'
AMP = '&'
DOT = '.'
INTEGER = 'integer'