antlr/tool
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
..
playground add main to test gen. 2015-06-01 14:40:22 -07:00
resources/org/antlr/v4/tool/templates Remove tokenNames / getTokenNames from the Recognizer interface. 2017-10-25 13:28:40 -07:00
src/org/antlr/v4 added SVG export to the TestRig 2017-10-22 15:48:54 +02:00
MIGRATION.txt -> becomes # for alt labels 2012-04-26 11:59:57 -07:00
nb-configuration.xml tweak documentation about various targets 2017-03-30 10:44:28 -07:00
pom.xml Add some version numbers to pom.xml. 2017-09-28 16:10:26 -07:00