perf(expression): define TokenType.STRING as "string literal" for clearer errors
This commit is contained in:
@@ -51,7 +51,7 @@ class TokenType(enum.Enum):
|
||||
IDENT = "identifier"
|
||||
EOF = "end of input"
|
||||
EQUAL = "="
|
||||
STRING = "str"
|
||||
STRING = "string literal"
|
||||
COMMA = ","
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user