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 7deb6a779e Add README for bundle + consmetic changes 6 years ago
.github Remove Gulp 6 years ago
docs Add README for bundle + consmetic changes 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 bundle + consmetic changes 6 years ago
website Update URLs: e.g. spec > development/spec 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 Move dist bundler to tools/bundle 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 Move dist bundler to tools/bundle 6 years ago
server.js Move dist bundler to tools/bundle 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