Find a file
2018-11-02 18:19:02 +00:00
.github Clarify templates 2018-02-03 16:46:16 +00:00
docs Merge branch 'master' of github.com:pegjs/pegjs 2018-10-29 23:53:34 +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 Add README for tools/benchmark 2018-11-02 17:42:42 +00:00
website Update URLs: e.g. spec > development/spec 2018-11-02 18:19:02 +00:00
.babelrc.js browserify -> rollup 2018-09-10 04:57:12 +01: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 browserify -> rollup 2018-09-10 04:57:12 +01: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 Updated changelog for upcoming 0.11 2018-10-30 03:23:06 +00:00
gulpfile.js Use ESLint directly instead of gulp-eslint 2018-11-02 18:05:53 +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 Use ESLint directly instead of gulp-eslint 2018-11-02 18:05:53 +00:00
README.md Fix CBT image width [ci skip] 2018-09-25 21:27:45 +01:00
rollup.config.js Define version only in one place 2018-09-15 06:21:53 +01:00
server.js Update URLs: e.g. spec > development/spec 2018-11-02 18:19:02 +00:00
yarn.lock Use ESLint directly instead of gulp-eslint 2018-11-02 18:05:53 +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