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

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.

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.