Extend type specifiers to cover maps

This commit is contained in:
Bartłomiej Pluta
2019-07-09 01:32:09 +02:00
parent d23e7a1276
commit 7e7b5ec461
10 changed files with 116 additions and 20 deletions

View File

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