antlr/tool
Mike Lischke f292d14abc The parser is parsing for the first time.
- Removed ultra simple test grammar + parser. No longer needed.
- Removed long list of keywords from (regular) test grammar.
- Fixed a number of toString() methods to get better debug output.
- Moved Ref typedefs from Declarations.h to the individual classes as defining them on the forward declarations totally confuses the XCode debugger.
- Removed reference to the owning ATN in an ATNState. We cannot guarantee to have the correct address there due to the way the states are created. The reference is not needed anyway.
- ATNDeserializationOptions now has verifyATN set by default (as in the Java target).
- Had to add a workaround for a weird situation: static initialization in ATNDeseralizer stopped working for no apparent reason. Need to investigate this.
- Added a few support methods to the CPPUtils, mostly to ease debug output creation.
- Added console listener by default to the listeners list (as done in the Java target).
- Fixed translation mistakes in the CommonTokenStream class.
- Fixed some memory leaks and exception handling bugs.
2016-04-17 13:13:15 +02:00
..
resources/org/antlr/v4/tool/templates The parser is parsing for the first time. 2016-04-17 13:13:15 +02:00
src/org/antlr/v4 Applied consistent exception model and fixed is<> helper. 2016-04-09 16:36:52 +02:00
test/org/antlr/v4/test ATN deserialization + some initialization and memory leak fixes 2016-03-19 17:18:06 +01:00
MIGRATION.txt -> becomes # for alt labels 2012-04-26 11:59:57 -07:00
nb-configuration.xml Updated NetBeans code style for ANTLR and StringTemplate file types 2012-11-12 13:37:50 -06:00
pom.xml Now working on release 4.1.1 2013-07-02 19:11:04 -05:00