antlr3
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.
- Versions: 3.5.2 · 3.3 · 3.1
- Website: https://www.antlr3.org
- Licenses: Modified BSD
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of antlr3
as follows:
guix install antlr3
Or install a particular version:
guix install antlr3@3.1
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.
Badge code
You can use the following badge to inform users of antlr3 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/antlr3'><img src='https://packages.guix.gnu.org/packages/antlr3/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/antlr3)
Example Org:
[[https://packages.guix.gnu.org/packages/antlr3][https://packages.guix.gnu.org/packages/antlr3/badges/latest-version.svg]]