rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Additional highlighting in Calc error messages #659

Closed rlwhitcomb closed 4 months ago

rlwhitcomb commented 4 months ago

This message highlights the input string "<EOF". Error: Syntax error at position 3: no viable alternative at input <EOF>.

While this error does not highlight either input piece: Error: Syntax error at position 0: extraneous input 'OR' expecting <EOF>.

We can do better.