Parser generator for reading, processing, executing, or translating structured text or binary files
https://www.antlr.org/
antlr-2.7.5-gcc4.patch | ||
antlr-2.7.7-build.xml | ||
antlr-2.7.7-includestrings.patch | ||
antlr-2.7.7-jedit.patch | ||
antlr-2.7.7-newgcc.patch | ||
antlr-2.7.7.pom | ||
antlr.spec | ||
java-component-info3.xml | ||
README.md |
antlr
ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions. ANTLR provides excellent support for tree construction, tree walking, and translation.