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.5.jar download
coffeegrinder-3.2.5.pom download
coffeegrinder-3.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.nineml</groupId>
  <artifactId>coffeegrinder</artifactId>
  <version>3.2.5</version>
</dependency>
Gradle Groovy
implementation 'org.nineml:coffeegrinder:3.2.5'
Gradle Kotlin
implementation("org.nineml:coffeegrinder:3.2.5")
Scala SBT
libraryDependencies += "org.nineml" % "coffeegrinder" % "3.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.nineml', module='coffeegrinder', version='3.2.5')
)
Apache Ivy
<dependency org="org.nineml" name="coffeegrinder" rev="3.2.5" />
Leiningen
[org.nineml/coffeegrinder "3.2.5"]
Apache Buildr
'org.nineml:coffeegrinder:jar:3.2.5'
Dependencies
The project has no third-party dependencies