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
Right now the parser just fails with SyntaxError in case of syntax errors. Error messages should be more informative. The parser should also recover from errors and continue parsing.
The text was updated successfully, but these errors were encountered:
As of today, the parser does a much better job of providing informative error messages. We still don't do any error recovery but I don't think I miss that as much as I missed the better error messages...
Right now the parser just fails with
SyntaxError
in case of syntax errors. Error messages should be more informative. The parser should also recover from errors and continue parsing.The text was updated successfully, but these errors were encountered: