4.3 (Optimized)
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
The release also includes the following changes independent of the reference release.
- Minor code cleanup
- Fix incorrect assignment of
null
toPredPrediction.pred
(3b5d044)