24b20e236f
We know by the time this check was reached that neither EPSILON nor the LL(1) symbol are in the lookahead set from the current state. Since EPSILON is not included, the state cannot see to the end of the rule and thus nextTokens contains the complete set of valid LL(1) symbols from the current state. It is therefore impossible for the LL(1) symbol to be "expected" when considering lookahead with full context. |
||
---|---|---|
.. | ||
Antlr4 | ||
Antlr4 playground.playground | ||
Antlr4.xcodeproj | ||
Antlr4.xcworkspace | ||
Antlr4Tests | ||
.gitignore |