j

java_cup

CUP is a system for generating LALR parsers from simple specifications. It serves the same role as the widely used program YACC [1] and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java.
http://www2.cs.tum.edu/projects/cup/
Standard ML of New Jersey License
The CUP Team
Files download
File Operation
java_cup-0.9e.jar download
java_cup-0.9e.pom download
java_cup-0.9e-sources.jar download
Apache Maven
<dependency>
  <groupId>java_cup</groupId>
  <artifactId>java_cup</artifactId>
  <version>0.9e</version>
</dependency>
Gradle Groovy
implementation 'java_cup:java_cup:0.9e'
Gradle Kotlin
implementation("java_cup:java_cup:0.9e")
Scala SBT
libraryDependencies += "java_cup" % "java_cup" % "0.9e"
Groovy Grape
@Grapes(
  @Grab(group='java_cup', module='java_cup', version='0.9e')
)
Apache Ivy
<dependency org="java_cup" name="java_cup" rev="0.9e" />
Leiningen
[java_cup/java_cup "0.9e"]
Apache Buildr
'java_cup:java_cup:jar:0.9e'
Dependencies
The project has no third-party dependencies