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 390478d61e Move test/spec to test 5 years ago
.github Clarify templates 6 years ago
docs Merge branch 'master' of github.com:pegjs/pegjs 5 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 5 years ago
tools Add README for tools/benchmark 5 years ago
website Fix typo 6 years ago
.babelrc.js browserify -> rollup 6 years ago
.eslintignore Move PEG.js to packages/pegjs 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 Updated changelog for upcoming 0.11 5 years ago
LICENSE Updated maintainer #503 7 years ago
README.md Fix CBT image width [ci skip] 6 years ago
gulpfile.js Move test/spec to test 5 years ago
now.json Move test/benchmark to tools/benchmark 5 years ago
package.json Move test/spec to test 5 years ago
rollup.config.js Define version only in one place 6 years ago
server.js Move test/spec to test 5 years ago
yarn.lock Updated dependencies 5 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