132a68b4d5
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...) |
||
---|---|---|
.github | ||
docs | ||
examples | ||
packages/pegjs | ||
src | ||
test | ||
tools | ||
website | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.nowignore | ||
.nycrc | ||
.travis.yml | ||
CHANGELOG.md | ||
LICENSE | ||
now.json | ||
package.json | ||
README.md | ||
yarn.lock |
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 |
local packages
package | dependency status |
---|---|
test | |
tools/benchmark | |
tools/bundle | |
tools/impact | |
website |