

Or, you can download antlr-javascript-runtime-4.12.0.zip.

See Python runtime targets for more information. The runtimes are provided in the form of source code, so no additional installation is required. Or, you can download and untar the appropriate package from: Sam Harwell, co-author of ANTLR 4, has an Alternative ANTLR 4 C# Target. Via nuget, use Install-Package via Package Manager Console. In antlr-4.12.0-complete.jar, you'll find everything you need to run the ANTLR tool and make its generated parsers work. See ANTLR 4 Maven plugin, ANTLR 4 Maven plug-in usage, and ANTLR 4 Maven Plugin API.ĪNTLR v4 is written in ANTLR v4.x and StringTemplate 4.3. To use maven, refer to group ID org.antlr and artifact ID antlr4 for the tool itself and antlr4-runtime for the Java runtime library in your pom.xml file. The Java jars are OSGi compatible so you should be able to use them within Eclipse. Only what's needed for building and executing parsers/lexers generated in Java.
