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

Java Lookahead Parser Generator 1.8.0

Java Lookahead Parser Generator. Generator produces LALR(k) parsers. Grammar rules are entered using annotations. Rule annotation can be attached to reducer method, which keeps rule and it's action together.

Лицензия

Лицензия

Группа

Группа

org.vesalainen.lpg
Идентификатор

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

lpg
Версия

Версия

1.8.0
Тип

Тип

jar
Описание

Описание

Java Lookahead Parser Generator
Java Lookahead Parser Generator. Generator produces LALR(k) parsers. Grammar rules are entered using annotations. Rule annotation can be attached to reducer method, which keeps rule and it's action together.
Ссылка на сайт

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

https://github.com/tvesalainen/lpg/
Система контроля версий

Система контроля версий

https://github.com/tvesalainen/lpg/

Скачать lpg 1.8.0

Имя Файла Размер
lpg-1.8.0.pom
lpg-1.8.0.jar 358 KB
lpg-1.8.0-sources.jar 525 KB
lpg-1.8.0-javadoc.jar 1 MB
Обзор

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.ant : ant jar 1.9.4
org.vesalainen : util jar 1.8.0
org.vesalainen.bcc : bcc jar 1.1.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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