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

Allow arbitrary categories as entrypoints #306

Closed
andreasabel opened this issue Oct 11, 2020 · 0 comments
Closed

Allow arbitrary categories as entrypoints #306

andreasabel opened this issue Oct 11, 2020 · 0 comments
Assignees
Labels
enhancement entrypoints Concerning entry points for the parser and the `entrypoints` directive LBNF Concerning the LBNF syntax and its checking
Milestone

Comments

@andreasabel
Copy link
Member

Currently BNFC only accepts simple identifiers in the entrypoints declaration.
This should be allowed:

entrypoints [Foo];

RFoo. Foo ::= "foo";
terminator Foo "";
@andreasabel andreasabel added enhancement LBNF Concerning the LBNF syntax and its checking labels Oct 11, 2020
@andreasabel andreasabel added this to the 2.9 milestone Oct 11, 2020
@andreasabel andreasabel self-assigned this Oct 11, 2020
@andreasabel andreasabel added the entrypoints Concerning entry points for the parser and the `entrypoints` directive label Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement entrypoints Concerning entry points for the parser and the `entrypoints` directive LBNF Concerning the LBNF syntax and its checking
Projects
None yet
Development

No branches or pull requests

1 participant