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
HTML: <a href='http://127.0.0.1:3000/packages/antlr3/'><img src='http://127.0.0.1:3000/packages/antlr3/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/antlr3/badges/latest-version.svg)](http://127.0.0.1:3000/packages/antlr3/) Org: [[http://127.0.0.1:3000/packages/antlr3/][http://127.0.0.1:3000/packages/antlr3/badges/latest-version.svg]]