Releases: julianthome/inmemantlr
Releases · julianthome/inmemantlr
v1.9.2
Line Information
Added line and charPositionInLine to ParseTreeNode (#42).
ANTLR 4.8 and Java 10
This release contains ANTLR 4.8 and is based on Java 10. Starting from this release, we use proper semantic versioning.
14. release of inmemantlr
- Various code improvements (Many Thanks to Radoslaw Cymer)
- Lexer-only grammar (Many Thanks to Federico Tomassetti)
- Java 9 support
- Simplified api through
GenericParserToGo
- Combine different parse trees through parse tree injection
- Various bugfixes
- Removal of eclipse compiler; use standard interface instead
13. release of inmemantlr
- moved to ANTLR 4.7.1
- Added flat to
DefaultTreeListener
for adding/omitting T nodes - Improved parse tree visualization when converted to
.dot
format - Simpler API through
GenericParserToGo
12. release of inmemantlr
- JSON, XML serialization
- better error handling
- code refactoring to a
Eleventh release of inmemantlr
case (in)sensitive char stream
Tenth release of inmemantlr
- parser error handling
- bugfix (implicit grammar generation)
Ninth release of inmemantlr
Parser error handling improved
Eighth release of inmemantlr
Adapted inmemantlr to the most recent changes of antlr.