ANTLR

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.

Note

This is an autogenerated page, more detail including examples may be available for this package. Please see the first section of Software on Stanage

After connecting to Stanage (see Establishing a SSH connection), start an interactive session with the following command:

srun --pty bash -i

A version of ANTLR can then be made available with one of the following:

module load ANTLR/2.7.7-GCCcore-11.3.0-Java-11

Notes

ANTLR was installed using Easybuild, build details can be found in $EBROOTANTLR/easybuild with a given module loaded.

Dependencies for latest version of ANTLR