License |
License |
---|---|
GroupId | GroupIdjava_cup |
ArtifactId | ArtifactIdjava_cup |
Last Version | Last Version0.9e |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java_cup-0.9e.pom | |
java_cup-0.9e.jar | 70 KB |
java_cup-0.9e-sources.jar | 83 KB |
java_cup-0.9e-javadoc.jar | 212 KB |
Browse |
<!-- 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"]