AntLR Parser Runtime.
The runtime classes required to execute parsers generated by ANTLR..
Here is the list of declaration for antlr-runtime. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.antlr</groupId> <artifactId>antlr-runtime</artifactId> <version>3.0.1</version> </dependency>
If you think this Maven repository POM file listing for antlr-runtime is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD licence
URL: http://antlr.org/license.html.
The antlr-runtime-3.0.1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Template | stringtemplate 3.1-b1 StringTemplate is a java template engine (with ports for C# and Python) for generating source code, web pages, emails, or any other formatted text output. | 6 |
The following packages are defined in the antlr-runtime-3.0.1.jar
org.antlr.runtime org.antlr.runtime.debug org.antlr.runtime.misc org.antlr.runtime.tree
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.antlr</groupId> <artifactId>antlr-runtime</artifactId> <version>3.0.1</version> <packaging>jar</packaging> <name>AntLR Parser Runtime</name> <url>http://antlr.org/</url> <licenses> <license> <name>BSD licence</name> <url>http://antlr.org/license.html</url> <distribution>repo</distribution> </license> </licenses> <description>The runtime classes required to execute parsers generated by ANTLR.</description> <dependencies> <dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>3.1-b1</version> </dependency> </dependencies> <scm> <url>http://fisheye2.cenqua.com/browse/antlr</url> </scm> </project>