Open harpocrates opened 4 years ago
Right now, parse errors include only the line number. For example:
Calc.ly:40: Parse error
It would be helpful to include a bit more easily accessible info:
Would it also be possible to include information about what token was expected like in megaparsec? In theory that information should be available as well, but maybe it's not available in the generated code?
Right now, parse errors include only the line number. For example:
It would be helpful to include a bit more easily accessible info: