Closed alexander-c-b closed 3 years ago
Currently the parser emits a LexicalError, which makes error message confusing when the actual problem occured during parsing. This error type should be extended to specify lexical errors or parsing errors, while keeping other information the same.
LexicalError
Currently the parser emits a
LexicalError
, which makes error message confusing when the actual problem occured during parsing. This error type should be extended to specify lexical errors or parsing errors, while keeping other information the same.