Closed umut-sahin closed 2 weeks ago
Parsing errors are displayed like so:
$ dotlr calculator.lr ... > 1 + (2 syntax error: unexpected end of input (expected one of '^', '+', '-', '*', '/', ')')
Which lacks line and column information. And those are a must have for big inputs.
Parsing errors are displayed like so:
Which lacks line and column information. And those are a must have for big inputs.