a

antlr-runtime

A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
http://www.antlr.org
Terence Parr Jim Idle
文件下载
文件名 操作
antlr-runtime-3.4.jar 下载
antlr-runtime-3.4.pom 下载
antlr-runtime-3.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.antlr</groupId>
  <artifactId>antlr-runtime</artifactId>
  <version>3.4</version>
</dependency>
Gradle Groovy
implementation 'org.antlr:antlr-runtime:3.4'
Gradle Kotlin
implementation("org.antlr:antlr-runtime:3.4")
Scala SBT
libraryDependencies += "org.antlr" % "antlr-runtime" % "3.4"
Groovy Grape
@Grapes(
  @Grab(group='org.antlr', module='antlr-runtime', version='3.4')
)
Apache Ivy
<dependency org="org.antlr" name="antlr-runtime" rev="3.4" />
Leiningen
[org.antlr/antlr-runtime "3.4"]
Apache Buildr
'org.antlr:antlr-runtime:jar:3.4'