Find a file
2019-11-15 00:12:42 +00:00
.github Drop support for Node 6 2019-09-29 03:31:51 +01:00
.vscode Ensure vscode-eslint lints files in dot folders 2019-09-29 05:59:00 +01:00
docs Move compatibility.md 2019-11-15 00:12:42 +00:00
examples Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
packages/pegjs Move compatibility.md 2019-11-15 00:12:42 +00:00
src Resolve linting errors 2019-09-29 03:24:42 +01:00
test Resolve linting errors 2019-09-29 03:24:42 +01:00
tools Cleanup GITHUB_REF env variable before use 2019-09-29 06:53:31 +01:00
website Remove CBT logo 2019-11-14 23:57:55 +00:00
.codecov.yml Remove minimum coverage ratio 2019-09-29 06:43:15 +01:00
.eslintignore Lint .eslintrc.js 2019-09-29 05:57:04 +01:00
.eslintrc.js Fix linting errors 2019-09-29 05:59:17 +01: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 Azure Pipelines -> GitHub Actions 2019-09-29 02:05:27 +01:00
CHANGELOG.md Forward location to buildMessage (closes #608) 2019-09-29 05:22:52 +01: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 config for next.pegjs.org 2019-09-29 05:07:17 +01:00
README.md Update badges 2019-11-15 00:11:48 +00:00
webpack.config.js Fix build path for browser benchmark entry 2019-02-19 16:17:36 +00:00
yarn.lock Regenerate lockfile 2019-09-29 05:13:14 +01:00

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