Create new type: map (dictionary) with all support for it
This commit is contained in:
@@ -12,6 +12,7 @@ class TokenType(Enum):
|
||||
CLOSE_ANGLE = '>'
|
||||
ASTERISK = '*'
|
||||
ASSIGN = '='
|
||||
ARROW = '->'
|
||||
COMMA = ','
|
||||
MINUS = '-'
|
||||
DOT = '.'
|
||||
|
||||
Reference in New Issue
Block a user