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

Add explicit EOF to top-level parser rule #1217

Merged
merged 2 commits into from
Nov 4, 2019
Merged

Add explicit EOF to top-level parser rule #1217

merged 2 commits into from
Nov 4, 2019

Commits on Oct 29, 2019

  1. Add explicit EOF to top-level parser rule

    * Fixes #1154
    * Tests that #1154 example produces SyntaxErrorsException
    * Generally helps catch trailing syntax errors
    * Performance-neutral relative to previous grammar
    * Recommended by antlr4 devs, can help performance in some cases
    * See antlr/antlr4#1540
    albert-magyar committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    a23c679 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    3ef9bd8 View commit details
    Browse the repository at this point in the history