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 132a68b4d5 Upgrade to Vuepress@next
Travis was failing with a weird ESLint error, and when I checked locally, the problem seemed to be related to Vuepress v0. Upgrading to Vuepress v1-alpha seems to fix this (at least on my machine...)
5 years ago
.github Remove Gulp 5 years ago
docs Upgrade to Vuepress@next 5 years ago
examples Fix IE11 Support (#583) 6 years ago
packages/pegjs Remove unrequired ESLint rules 5 years ago
src Fix IE11 Support (#583) 6 years ago
test Remove unrequired ESLint rules 5 years ago
tools Update Rollup 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 Add support for Vuepress v0.14 5 years ago
.nowignore Switch to Now v2 5 years ago
.nycrc Istanbul: only check packages 6 years ago
.travis.yml Add support for Vuepress v0.14 5 years ago
CHANGELOG.md Update changelog for v0.11 5 years ago
LICENSE Updated maintainer #503 7 years ago
README.md Add forum badge 5 years ago
now.json Switch to Now v2 5 years ago
package.json Upgrade to Vuepress@next 5 years ago
yarn.lock Upgrade to Vuepress@next 5 years ago

README.md

ci coverage 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