
Antlr (another tool for language recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. it's widely used to build languages, tools, and frameworks. from a grammar, antlr generates a parser that can build and walk parse trees.
this package provides the runtime library required to run the parsers generated by antlr 4.