You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Futago-za Ryuu f69239dcc0 Use env directly with publishing script 5 years ago
.github Remove Gulp 5 years ago
docs Publish to pegjs@dev on every CI run 5 years ago
examples Fix IE11 Support (#583) 6 years ago
packages/pegjs Publish to pegjs@dev on every CI run 5 years ago
src Fix IE11 Support (#583) 6 years ago
test Ensure mocha only finds test files 5 years ago
tools Publish to pegjs@dev on every CI run 5 years ago
website website: Fix twitter link 5 years ago
.codecov.yml Switch to codecov.io 5 years ago
.eslintignore Implement @pegjs/bundler 5 years ago
.eslintrc.js Upgrade dependencies 5 years ago
.gitignore Publish to pegjs@dev on every CI run 5 years ago
.nowignore Set up CI with Azure Pipelines (#596) 5 years ago
.nycrc nyc: use text-summary 5 years ago
CHANGELOG.md Add changes for #596 5 years ago
LICENSE Updated maintainer #503 7 years ago
README.md Publish to pegjs@dev on every CI run 5 years ago
azure-pipelines.yml Use env directly with publishing script 5 years ago
now.json Switch to Now v2 5 years ago
package.json Publish to pegjs@dev on every CI run 5 years ago
webpack.config.js Publish to pegjs@dev on every CI run 5 years ago
yarn.lock Use mocha/mocha.js 5 years ago

README.md

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