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

Fix multiple bugs with the new optional element analysis #1582

Merged
merged 2 commits into from
Jan 6, 2017

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Jan 6, 2017

These issues were found when I was implementing the new optional element tests for TypeScript.

  • Properly handle elements that are optional in some alts but not others
  • Properly handle block sets (a group of terminals producing a SetTransition)
  • Properly handle OPTIONAL subrule
  • Don't use list labels for elements that appear twice in a block set

* Properly handle elements that are optional in some alts but not others
* Properly handle block sets (a group of terminals producing a SetTransition)
* Properly handle OPTIONAL subrule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants