antlr
Another Tool for Language Recognition
Description
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
For HLRN-IV, only version 2.7.7 is installed. It is needed to install nco. The old downloads can be found here .
Versions
2.7.7 | intel/19.0.3 |
Usage
module load antlr
enables the path to antlr.
Installation
The installation is carried out with autotools. The intel/19-compiler is used. The python interface is not build, since no python compatible with this compiler is available.