antlr/runtime/Swift
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
..
Antlr4 Remove redundant isExpectedToken check 2016-12-27 17:21:25 -06:00
Antlr4 playground.playground Create a new Xcode playground for Swift. 2016-12-01 01:23:52 -08:00
Antlr4.xcodeproj Update the bundle identifiers. 2016-12-01 00:55:15 -08:00
Antlr4.xcworkspace Create a new Xcode playground for Swift. 2016-12-01 01:23:52 -08:00
Antlr4Tests make it read "Copyright (c) 2012-2016 The ANTLR Project" 2016-12-08 11:43:06 -08:00
.gitignore Ignore .xcuserdata, and remove those that were here already. 2016-11-19 18:30:48 -08:00