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 c59c81c318 Removed test coverage badges (#598) 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 Upgrade dependencies 5 years ago
website website: Fix twitter link 5 years ago
.eslintignore Add support for Vuepress v0.14 5 years ago
.eslintrc.js Update eslint config 5 years ago
.gitignore Set up CI with Azure Pipelines (#596) 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 Removed test coverage badges (#598) 5 years ago
azure-pipelines.yml cc-test-reporter -d 5 years ago
now.json Switch to Now v2 5 years ago
package.json Update workspaces field 5 years ago
yarn.lock Upgrade dependencies 5 years ago

README.md

Build Status 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