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 left recursion check: quit early instead of going into an infinite loop #7083

Merged
merged 3 commits into from
May 14, 2024

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    65176e7 View commit details
    Browse the repository at this point in the history
  2. Remove custom enum, rename left recursion check and move to "grammar …

    …internal" section, add handling for edge case where a leftmost nonterminal may be empty
    nuchi committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5c5911d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Remove unnecessary declaration

    nuchi committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1bbf54a View commit details
    Browse the repository at this point in the history