Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper syntax errors, plus error recovery #28

Open
mascarenhas opened this issue Oct 17, 2017 · 1 comment
Open

Proper syntax errors, plus error recovery #28

mascarenhas opened this issue Oct 17, 2017 · 1 comment
Assignees

Comments

@mascarenhas
Copy link
Member

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.

@hugomg
Copy link
Contributor

hugomg commented Dec 4, 2017

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants