Releases: tunnelvisionlabs/antlr4
4.9.0 (Optimized)
4.7.4 (Optimized)
4.7.4-opt [maven-release-plugin] copy for tag 4.7.4-opt
4.7.3 (Optimized)
This is release 4.7.3 of the "optimized" fork of ANTLR 4. The release incorporates changes made during the official 4.7.2 release, with the following notable changes.
- Only the Java target is included with this release. The serialized ATN representation used by this release differs from the official release, preventing its use with other targets.
This release builds on the 4.7.2 (Optimized) release by the following:
- Improved support for
baseContext
- Mark antlr4-annotations as an optional dependency, since it's embedded inside antlr4-runtime anyway
4.7.2 (Optimized)
This is release 4.7.2 of the "optimized" fork of ANTLR 4. The release incorporates changes made during the official 4.7.2 release, with the following notable changes.
- Only the Java target is included with this release. The serialized ATN representation used by this release differs from the official release, preventing its use with other targets.
4.7.1 (Optimized)
This is release 4.7.1 of the "optimized" fork of ANTLR 4. The release incorporates changes made during the official 4.7.1 release, with the following notable changes.
- Only the Java target is included with this release. The serialized ATN representation used by this release differs from the official release, preventing its use with other targets.
- The following performance improvement was made for the optimized release:
4.7 (Optimized)
This is release 4.7 of the "optimized" fork of ANTLR 4. The release incorporates changes made during the official 4.7 release, with the following notable changes.
- Only the Java target is included with this release. The serialized ATN representation used by this release differs from the official release, preventing its use with other targets.
- The following fixes from the official ANTLR 4.7.1 are also included:
4.6.0.3 (Optimized)
This patch release builds on the 4.6.0.1 (Optimized) release with fixes for the following issues:
- antlr/antlr4#1576 (compatibility improvement to support the optimized TypeScript target)
- antlr/antlr4#1582 (bug fixes for previous compatibility improvement)
4.6.0.1 (Optimized)
This patch release builds on the 4.6 (Optimized) release with fixes for the following issues:
- antlr/antlr4#1543 (also reported here as #13)
- antlr/antlr4#1556
4.6 (Optimized)
This is release 4.6 of the "optimized" fork of ANTLR 4. The release incorporates changes made during the official 4.6 release, with the following notable changes.
- Only the Java target is included with this release. The serialized ATN representation used by this release differs from the official release, preventing its use with other targets.
- The following fixes from the official ANTLR 4.6.1 are also included: