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 a2c677ef38 Use CODECOV_TOKEN secret 5 years ago
.github Remove Gulp 5 years ago
docs Run eslint on .vue files 5 years ago
examples Fix IE11 Support (#583) 6 years ago
packages/pegjs Removed test coverage badges (#598) 5 years ago
src Fix IE11 Support (#583) 6 years ago
test Upgrade dependencies 5 years ago
tools devDependencies > dependencies 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 Implement @pegjs/bundler 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 Switch to codecov.io 5 years ago
azure-pipelines.yml Use CODECOV_TOKEN secret 5 years ago
now.json Switch to Now v2 5 years ago
package.json Switch to codecov.io 5 years ago
webpack.config.js Implement @pegjs/bundler 5 years ago
yarn.lock Switch to codecov.io 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