You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the error handler can output nicely formatted messages to point directly to the operation that caused the parser not to be able to work.
Example:
An exception occurred attempting to parse the input:
1 +
^
The addition operator expects a left and a right number.
The text was updated successfully, but these errors were encountered:
It would be nice if the error handler can output nicely formatted messages to point directly to the operation that caused the parser not to be able to work.
Example:
The text was updated successfully, but these errors were encountered: