pegjs

WebJar for pegjs

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

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

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

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

0.11.0-dev.325
Дата

Дата

Тип

Тип

jar
Описание

Описание

pegjs
WebJar for pegjs
Ссылка на сайт

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

http://webjars.org
Система контроля версий

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

https://github.com/pegjs/pegjs

Скачать pegjs

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

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

Зависимости

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

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

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

GitHub Actions Codecov CodeFactor license

PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.

PEG.js is still very much work in progress. There are no compatibility guarantees until version 1.0

public packages

package version dependency status
pegjs release dev dependencies

local packages

package dependency status
~/ dependencies
~/test dependencies
~/tools/benchmark dependencies
~/tools/bundler dependencies
~/tools/impact dependencies
~/tools/publish-dev dependencies
org.webjars.npm

PEG.js

PEG.js: Parser generator for JavaScript

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

Версия
0.11.0-dev.325
0.9.0