-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Java/ANTLRbugentrypointsConcerning entry points for the parser and the `entrypoints` directiveConcerning entry points for the parser and the `entrypoints` directive
Milestone
Description
See #163 and antlr/antlr4#2689 : ANTLR will sometimes require a start rule
StartX : X EOF;
for entrypoint X
. The current ANTLR backend does not emit such start rules (the LR parser generators add it automatically), thus, the parser fails in some cases.
TODO: emit such start rules when generating the ANTLR input.
Metadata
Metadata
Assignees
Labels
Java/ANTLRbugentrypointsConcerning entry points for the parser and the `entrypoints` directiveConcerning entry points for the parser and the `entrypoints` directive