Provides command-line tools (`antlr4`, `grun`) to run ANTLR4 (All-Star) and the TestRig grammar interpreter/profiler. This package is a convenience wrapper for ANTLR4, often used in conjunction with ANTLR4 runtime libraries. Current version 0.2.2, low release cadence.
pip install antlr4-toolsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Example using antlr4 runtime to parse input file (requires generated parser).
Use `java org.antlr.v4.gui.TestRig` directly.
Run `pip install antlr4-python3-runtime`.
Install Java (JDK 8+).