antlr/runtime-testsuite
Ewan Mellor 6c11160b51
Remove tokenNames / getTokenNames from the Recognizer interface.
This has been ported over from the Java code, but it was deprecated there.
There's no point having it in the Swift runtime because we don't have the
legacy code to support.  Also, it wasn't implemented properly, so it
never worked.

Remove {DFA,IntervalSet}.toString(_:[String?]?)
and the inits in ParserInterpreter and DFASerializer for the same reason.
Switch the unit tests to use the alternate toString(_:Vocabulary).
2017-10-25 13:28:40 -07:00
..
annotations [maven-release-plugin] prepare for next development iteration 2017-03-30 14:11:59 -07:00
processors [maven-release-plugin] prepare for next development iteration 2017-03-30 14:11:59 -07:00
resources/org/antlr/v4/test/runtime Remove tokenNames / getTokenNames from the Recognizer interface. 2017-10-25 13:28:40 -07:00
test/org/antlr/v4 Update the Swift tests for Swift Package Manager 4.0. 2017-10-20 10:12:47 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-03-30 14:11:59 -07:00