This package browser is in early development. Mind the rough edges.

antlr3 3.1

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.

Installation

Install antlr3 3.1 as follows:

guix install antlr3@3.1

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.