You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Futago-za Ryuu 6d4ad48319 Remove Gulp 6 years ago
.github Remove Gulp 6 years ago
docs Update MD doc for devs 6 years ago
examples Fix IE11 Support (#583) 6 years ago
packages/pegjs Document filename option for generated parsers 6 years ago
src Fix IE11 Support (#583) 6 years ago
test Move test/spec to test 6 years ago
tools Add README for tools/benchmark 6 years ago
website Update URLs: e.g. spec > development/spec 6 years ago
.babelrc.js browserify -> rollup 6 years ago
.eslintignore Use ESLint directly instead of gulp-eslint 6 years ago
.eslintrc.js prefer rest and spread 6 years ago
.gitattributes Move PEG.js to packages/pegjs 6 years ago
.gitignore browserify -> rollup 6 years ago
.nycrc Istanbul: only check packages 6 years ago
.travis.yml Update supported platforms 6 years ago
CHANGELOG.md Remove Gulp 6 years ago
LICENSE Updated maintainer #503 7 years ago
README.md Fix CBT image width [ci skip] 6 years ago
now.json Move test/benchmark to tools/benchmark 6 years ago
package.json Remove Gulp 6 years ago
rollup.config.js Define version only in one place 6 years ago
server.js Update URLs: e.g. spec > development/spec 6 years ago
yarn.lock Remove Gulp 6 years ago

README.md

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