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

Support error recovery in generated parsers #190

Closed
jsinger67 opened this issue Aug 27, 2023 · 1 comment
Closed

Support error recovery in generated parsers #190

jsinger67 opened this issue Aug 27, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jsinger67
Copy link
Owner

Investigate error recovery strategies for generated parsers in the sense of ANTLR v4.

  • Single-token insertion
  • Single-token deletion
  • Synchronize current production with token stream by discarding tokens as needed.

Infrastructural changes necessary for these improvements should include changes in error types and error reporting.

@jsinger67 jsinger67 added the enhancement New feature or request label Aug 27, 2023
@jsinger67 jsinger67 self-assigned this Aug 27, 2023
@jsinger67
Copy link
Owner Author

Fixed with 75bf3ba
Have fun 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant