Find a file
2019-01-01 14:32:10 +00:00
.github Remove Gulp 2018-11-03 16:13:57 +00:00
docs Run eslint on .vue files 2018-12-22 14:36:16 +00:00
examples Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
packages/pegjs Export utils explicitly 2019-01-01 13:57:33 +00:00
src Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
test Upgrade dependencies 2019-01-01 12:51:59 +00:00
tools Upgrade dependencies 2019-01-01 12:51:59 +00:00
website website: Fix twitter link 2018-11-04 10:06:45 +00:00
.eslintignore Add support for Vuepress v0.14 2018-12-22 07:24:45 +00:00
.eslintrc.js Update eslint config 2018-12-10 06:29:39 +00:00
.gitignore Set up CI with Azure Pipelines (#596) 2019-01-01 12:26:41 +00:00
.nowignore Set up CI with Azure Pipelines (#596) 2019-01-01 12:26:41 +00:00
.nycrc nyc: use text-summary 2019-01-01 14:22:57 +00:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines 2019-01-01 14:32:10 +00:00
CHANGELOG.md Add changes for #596 2019-01-01 12:40:39 +00:00
LICENSE Updated maintainer #503 2017-06-12 07:40:38 +01:00
now.json Switch to Now v2 2018-12-22 07:40:50 +00:00
package.json Set up CI with Azure Pipelines (#596) 2019-01-01 12:26:41 +00:00
README.md Set up CI with Azure Pipelines (#596) 2019-01-01 12:26:41 +00:00
yarn.lock Upgrade dependencies 2019-01-01 12:51:59 +00:00

Build Status Test Coverage coverage Maintainability forum 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
test dependencies
tools/benchmark dependencies
tools/bundle dependencies
tools/impact dependencies
website dependencies