Last Version

Java CUP Parser Generator 0.9e

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.

License

License

GroupId

GroupId

java_cup
ArtifactId

ArtifactId

java_cup
Version

Version

0.9e
Type

Type

jar
Description

Description

Java CUP Parser Generator
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.
Project URL

Project URL

http://www2.cs.tum.edu/projects/cup/
Source Code Management

Source Code Management

http://www2.cs.tum.edu/projects/cup

Download java_cup 0.9e


<!-- https://jarcasting.com/artifacts/java_cup/java_cup/ -->
<dependency>
    <groupId>java_cup</groupId>
    <artifactId>java_cup</artifactId>
    <version>0.9e</version>
</dependency>
// https://jarcasting.com/artifacts/java_cup/java_cup/
implementation 'java_cup:java_cup:0.9e'
// https://jarcasting.com/artifacts/java_cup/java_cup/
implementation ("java_cup:java_cup:0.9e")
'java_cup:java_cup:jar:0.9e'
<dependency org="java_cup" name="java_cup" rev="0.9e">
  <artifact name="java_cup" type="jar" />
</dependency>
@Grapes(
@Grab(group='java_cup', module='java_cup', version='0.9e')
)
libraryDependencies += "java_cup" % "java_cup" % "0.9e"
[java_cup "0.9e"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.