antlr/tool
Ewan Mellor fbe8c0d2a6
Tidy up the exception handling around RecognitionException.
This removes the generic parameter on RecognitionException, to make it
easier to handle them.  This means that we no longer need to store them as
AnyObject and cast them back again.  To do this, we add RecognizerProtocol,
which is a non-generic equivalent of the Recognizer interface (at least, the
parts of it that we need for error handling).

Remove all paths where the RecognitionException subclasses were throwing
exceptions in their initializers.  This is just insane.
2017-10-25 13:30:08 -07:00
..
playground add main to test gen. 2015-06-01 14:40:22 -07:00
resources/org/antlr/v4/tool/templates Tidy up the exception handling around RecognitionException. 2017-10-25 13:30:08 -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