93ceeff597
- Added 'test/package.json' for dependencies used by spec tests - Changed package names of local tools to reflect actual usage - Removed bins for local tools (using files via 'node [file]' command) - Updated help text for the CLIs of local tools to reflect changes - Updated READMEs for tools - Moved babel dependencies to 'tools/bundle/package.json' - 'tools/bundle' now only logs created and watching - Updated scripts in root package.json |
||
---|---|---|
.github | ||
docs | ||
examples | ||
packages/pegjs | ||
src | ||
test | ||
tools | ||
website | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.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
package | current version | maintainer |
---|---|---|
pegjs | Futago-za Ryuu |