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.

License

License

Categories

Categories

Java Languages Maven Build Tools Net
GroupId

GroupId

net.sf.squirrel-sql.thirdparty-non-maven
ArtifactId

ArtifactId

java-cup
Last Version

Last Version

0.11a
Release Date

Release Date

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/

Download java-cup

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/java-cup/ -->
<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>java-cup</artifactId>
    <version>0.11a</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/java-cup/
implementation 'net.sf.squirrel-sql.thirdparty-non-maven:java-cup:0.11a'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/java-cup/
implementation ("net.sf.squirrel-sql.thirdparty-non-maven:java-cup:0.11a")
'net.sf.squirrel-sql.thirdparty-non-maven:java-cup:jar:0.11a'
<dependency org="net.sf.squirrel-sql.thirdparty-non-maven" name="java-cup" rev="0.11a">
  <artifact name="java-cup" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql.thirdparty-non-maven', module='java-cup', version='0.11a')
)
libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "java-cup" % "0.11a"
[net.sf.squirrel-sql.thirdparty-non-maven/java-cup "0.11a"]

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.

Versions

Version
0.11a