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

Empty alternatives #45

Closed
danieldietrich opened this issue Sep 25, 2014 · 0 comments
Closed

Empty alternatives #45

danieldietrich opened this issue Sep 25, 2014 · 0 comments
Labels
Milestone

Comments

@danieldietrich
Copy link
Contributor

Notation:

  • subrule : ( alternative1 | )
  • rule : alternative3 | ;

Example: mayBeArray : 'var' IDENTIFIER ( '[' ']' | ) ';'

@danieldietrich danieldietrich modified the milestones: 1.1.0 M1 - Parser Implementation, 1.1.0 M5 Additional Parser Features, 1.1.0 M1 - Parser Core Sep 25, 2014
@danieldietrich danieldietrich changed the title [parser] Empty alternatives Empty alternatives Oct 3, 2014
@danieldietrich danieldietrich modified the milestones: 1.1.0 M2 Additional Parser Features, BACKLOG, 1.2.0 M2 - Functional Enhancements, 1.1.0 M3 Extended Parser Features Oct 5, 2014
@danieldietrich danieldietrich modified the milestones: 1.1.0 M1 - Bootstrap the Parser, 1.2.0 M1 - Functional Enhancements Oct 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant