antlr3 3.5.2
Framework for constructing recognizers, compilers, and translators
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.
- Website: https://www.antlr3.org
- Licenses: Modified BSD
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install antlr3 3.5.2
as follows:
guix install antlr3@3.5.2
Or install the latest version:
guix install antlr3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.