cf022429bb
- Update all dependencies - Use '@futagoza/*' ESLint configurations - Remove redundent '@pegjs/eslint-config' - Add TypeScript support to the bundler |
||
---|---|---|
.github | ||
docs | ||
examples | ||
packages/pegjs | ||
src | ||
test | ||
tools | ||
website | ||
.codecov.yml | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.nowignore | ||
.nycrc | ||
azure-pipelines.yml | ||
CHANGELOG.md | ||
LICENSE | ||
now.json | ||
package.json | ||
README.md | ||
webpack.config.js | ||
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/bundler | |
~/tools/impact | |
~/tools/publish-dev |