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
Certain types of syntax errors include the character position in the error message, but it's not consistent. That could definitely use some work, maybe including using a custom Error sub-class that includes position properties instead of just a string.
Hi,
I am looking for a way to get some syntax error information from the parser in case there is any.
Something like the position of the offending character or token in the parsed expression string could be enough.
Is there anything I could use?
Thank you
The text was updated successfully, but these errors were encountered: