Skip to content

Releases: julianthome/inmemantlr

v1.9.2

21 Dec 22:52
Compare
Choose a tag to compare
  • Bumped ANTLR dependency version to 4.9.3
  • Bumped all other dependencies to the latest versions
  • Eliminated inmemantlr-tools

Line Information

12 May 01:23
5018606
Compare
Choose a tag to compare

Added line and charPositionInLine to ParseTreeNode (#42).

ANTLR 4.8 and Java 10

11 Feb 12:13
Compare
Choose a tag to compare

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

10 Jun 10:26
Compare
Choose a tag to compare
  • 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

15 Dec 14:20
Compare
Choose a tag to compare
  • 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

21 Sep 15:59
Compare
Choose a tag to compare
  • JSON, XML serialization
  • better error handling
  • code refactoring to a

Eleventh release of inmemantlr

11 Jul 15:41
Compare
Choose a tag to compare

case (in)sensitive char stream

Tenth release of inmemantlr

03 Jul 15:36
Compare
Choose a tag to compare
  • parser error handling
  • bugfix (implicit grammar generation)

Ninth release of inmemantlr

23 Jun 10:19
Compare
Choose a tag to compare

Parser error handling improved

Eighth release of inmemantlr

08 Jun 15:54
Compare
Choose a tag to compare

Adapted inmemantlr to the most recent changes of antlr.