Find a file
Nils-Hero Lindemann 0b102d29a8 Fix last link in the TOC (#621)
There was a '-1' missing at the end of the link.
2019-07-24 17:04:01 +01:00
.github Remove Gulp 2018-11-03 16:13:57 +00:00
docs Fix last link in the TOC (#621) 2019-07-24 17:04:01 +01:00
examples Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
packages/pegjs Publish to pegjs@dev on every CI run 2019-02-15 00:54:31 +00:00
src Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
test Ensure mocha only finds test files 2019-02-14 12:08:40 +00:00
tools Skip publishing on Build.Reason === PullRequest 2019-03-20 22:35:05 +00:00
website website: Fix twitter link 2018-11-04 10:06:45 +00:00
.codecov.yml Switch to codecov.io 2019-02-12 09:41:45 +00:00
.eslintignore Implement @pegjs/bundler 2019-02-12 02:00:48 +00:00
.eslintrc.js Upgrade dependencies 2019-01-15 19:09:26 +00:00
.gitignore Publish to pegjs@dev on every CI run 2019-02-15 00:54:31 +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 Skip publishing on Build.Reason === PullRequest 2019-03-20 22:35:05 +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 Update benchmark paths 2019-02-15 21:07:40 +00:00
README.md Publish to pegjs@dev on every CI run 2019-02-15 00:54:31 +00:00
webpack.config.js Fix build path for browser benchmark entry 2019-02-19 16:17:36 +00:00
yarn.lock Use mocha/mocha.js 2019-02-14 11:05:27 +00:00

Build Status Codecov 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
~/ dependencies
~/test dependencies
~/tools/benchmark dependencies
~/tools/bundler dependencies
~/tools/impact dependencies
~/tools/publish-dev dependencies