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.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Maven Компиляция и сборка Сеть
Группа

Группа

net.sf.squirrel-sql.thirdparty-non-maven
Идентификатор

Идентификатор

java-cup
Последняя версия

Последняя версия

0.11a
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

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

Скачать java-cup

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.11a