Find a file
2018-11-04 07:03:59 +00:00
.github Remove Gulp 2018-11-03 16:13:57 +00:00
docs Update MD doc for devs 2018-11-02 18:20:02 +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 Move test/spec to test 2018-11-02 17:51:26 +00:00
tools Move dist bundler to tools/bundle 2018-11-04 07:03:59 +00:00
website Update URLs: e.g. spec > development/spec 2018-11-02 18:19:02 +00:00
.eslintignore Use ESLint directly instead of gulp-eslint 2018-11-02 18:05:53 +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 test/benchmark to tools/benchmark 2018-11-02 17:03:30 +00:00
package.json Move dist bundler to tools/bundle 2018-11-04 07:03:59 +00:00
README.md Fix CBT image width [ci skip] 2018-09-25 21:27:45 +01:00
server.js Move dist bundler to tools/bundle 2018-11-04 07:03:59 +00: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