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