BNFC / bnfc

BNF Converter
http://bnfc.digitalgrammars.com/
586 stars 165 forks source link

Allow arbitrary categories as entrypoints #306

Closed andreasabel closed 4 years ago

andreasabel commented 4 years ago

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

entrypoints [Foo];

RFoo. Foo ::= "foo";
terminator Foo "";