Skip to content

4.3 (Optimized)

Compare
Choose a tag to compare
@sharwell sharwell released this 01 Jul 03:23
· 3319 commits to optimized since this release

This is release 4.3 of the (unofficial) optimized branch of ANTLR 4. The release incorporates changes made during the official 4.3 release, with the following notable changes.

  • The parser profiler has been modified to work with the optimized ParserATNSimulator
  • The Tool and Runtime versioning mechanism has been removed
    • The RuntimeMetaData class is removed
    • Tool.VERSION retains the behavior from the 4.2.2-opt release

The release also includes the following changes independent of the reference release.

  • Minor code cleanup
  • Fix incorrect assignment of null to PredPrediction.pred (3b5d044)

All commits made for this release