Find a file
Futago-za Ryuu 93ceeff597 General QOL changes
- 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
2018-11-04 10:01:56 +00:00
.github Remove Gulp 2018-11-03 16:13:57 +00:00
docs Add README for bundle + consmetic changes 2018-11-04 07:15:03 +00:00
examples Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
packages/pegjs Document filename option for generated parsers 2018-10-15 07:20:33 +01:00
src Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
test General QOL changes 2018-11-04 10:01:56 +00:00
tools General QOL changes 2018-11-04 10:01:56 +00:00
website General QOL changes 2018-11-04 10:01:56 +00:00
.eslintignore Move server.js to website/server.js 2018-11-04 08:26:22 +00:00
.eslintrc.js prefer rest and spread 2018-09-05 10:16:34 +01:00
.gitattributes Move PEG.js to packages/pegjs 2018-09-08 02:39:12 +01:00
.gitignore Move dist bundler to tools/bundle 2018-11-04 07:03:59 +00:00
.nycrc Istanbul: only check packages 2018-09-10 05:20:13 +01:00
.travis.yml Update supported platforms 2018-09-05 01:37:57 +01:00
CHANGELOG.md Remove Gulp 2018-11-03 16:13:57 +00:00
LICENSE Updated maintainer #503 2017-06-12 07:40:38 +01:00
now.json Move server.js to website/server.js 2018-11-04 08:26:22 +00:00
package.json General QOL changes 2018-11-04 10:01:56 +00:00
README.md Fix CBT image width [ci skip] 2018-09-25 21:27:45 +01:00
yarn.lock Remove Gulp 2018-11-03 16:13:57 +00:00

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

package current version maintainer
pegjs release dev Futago-za Ryuu