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 fe2237476f Clarify parts of the documentation 6 years ago
.github Clarify templates 6 years ago
docs Clarify parts of the documentation 6 years ago
examples Fix IE11 Support (#583) 6 years ago
packages/pegjs runInContext -> evalModule 6 years ago
src Fix IE11 Support (#583) 6 years ago
test runInContext -> evalModule 6 years ago
website Spec Runner cant run on IE11 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 Move old changelogs to docs/changelogs [ci skip] 6 years ago
LICENSE Updated maintainer #503 7 years ago
README.md Update root README.md: Add packages table 6 years ago
gulpfile.js Use input/output from the config file 6 years ago
now.json Include yarn.lock on zeit.now deployment 6 years ago
package.json Updated dependencies 6 years ago
rollup.config.js Define version only in one place 6 years ago
server.js website online/try: serve different example 6 years ago
yarn.lock Updated dependencies 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

CrossBrowserTesting