Find a file
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...)
2018-12-22 11:40:23 +00:00
.github Remove Gulp 2018-11-03 16:13:57 +00:00
docs Upgrade to Vuepress@next 2018-12-22 11:40:23 +00:00
examples Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
packages/pegjs Remove unrequired ESLint rules 2018-11-05 12:06:23 +00:00
src Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
test Remove unrequired ESLint rules 2018-11-05 12:06:23 +00:00
tools Update Rollup dependencies 2018-12-22 07:38:22 +00:00
website website: Fix twitter link 2018-11-04 10:06:45 +00:00
.eslintignore Add support for Vuepress v0.14 2018-12-22 07:24:45 +00:00
.eslintrc.js Update eslint config 2018-12-10 06:29:39 +00:00
.gitignore Add support for Vuepress v0.14 2018-12-22 07:24:45 +00:00
.nowignore Switch to Now v2 2018-12-22 07:40:50 +00:00
.nycrc Istanbul: only check packages 2018-09-10 05:20:13 +01:00
.travis.yml Add support for Vuepress v0.14 2018-12-22 07:24:45 +00:00
CHANGELOG.md Update changelog for v0.11 2018-11-04 11:40:28 +00: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 Upgrade to Vuepress@next 2018-12-22 11:40:23 +00:00
README.md Add forum badge 2018-12-22 07:40:09 +00:00
yarn.lock Upgrade to Vuepress@next 2018-12-22 11:40:23 +00:00

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