antlr/runtime/Swift/Antlr4
Sam Harwell 24b20e236f Remove redundant isExpectedToken check
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.
2016-12-27 17:21:25 -06:00
..
org/antlr/v4/runtime Remove redundant isExpectedToken check 2016-12-27 17:21:25 -06:00
Info-IOS.plist Added a Swift runtime. 2016-11-19 18:30:48 -08:00
Info-OSX.plist Added a Swift runtime. 2016-11-19 18:30:48 -08:00