c

coffeegrinder

Earley and Generalized LL parsers
https://github.com/nineml/coffeegrinder
Mozilla Public License Version 2.0
Norman Walsh
Files download
File Operation
coffeegrinder-3.2.0.jar download
coffeegrinder-3.2.0.pom download
coffeegrinder-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.nineml</groupId>
  <artifactId>coffeegrinder</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.nineml:coffeegrinder:3.2.0'
Gradle Kotlin
implementation("org.nineml:coffeegrinder:3.2.0")
Scala SBT
libraryDependencies += "org.nineml" % "coffeegrinder" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.nineml', module='coffeegrinder', version='3.2.0')
)
Apache Ivy
<dependency org="org.nineml" name="coffeegrinder" rev="3.2.0" />
Leiningen
[org.nineml/coffeegrinder "3.2.0"]
Apache Buildr
'org.nineml:coffeegrinder:jar:3.2.0'
Dependencies
The project has no third-party dependencies