Find a file
Futago-za Ryuu 5dfb6b14dc Update eslint config
I removed "linebreak-style"  because it is now enabled by default within my eslint-config, with the same options.

Disabled padding-line-between-statements until https://github.com/eslint/eslint/issues/11178 is resolved
2018-12-10 06:29:39 +00:00
.github Remove Gulp 2018-11-03 16:13:57 +00:00
docs Add README for bundle + consmetic changes 2018-11-04 07:15:03 +00:00
examples Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
packages/pegjs Remove unrequired ESLint rules 2018-11-05 12:06:23 +00:00
src Fix IE11 Support (#583) 2018-09-25 17:59:38 +01:00
test Remove unrequired ESLint rules 2018-11-05 12:06:23 +00:00
tools Upgrade dependencies 2018-12-10 02:54:16 +00:00
website website: Fix twitter link 2018-11-04 10:06:45 +00:00
.eslintignore Move server.js to website/server.js 2018-11-04 08:26:22 +00:00
.eslintrc.js Update eslint config 2018-12-10 06:29:39 +00:00
.gitignore Move dist bundler to tools/bundle 2018-11-04 07:03:59 +00: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 Update changelog for v0.11 2018-11-04 11:40:28 +00:00
LICENSE Updated maintainer #503 2017-06-12 07:40:38 +01:00
now.json Move server.js to website/server.js 2018-11-04 08:26:22 +00:00
package.json General QOL changes 2018-11-04 10:01:56 +00:00
README.md Update packages table 2018-11-05 11:34:31 +00:00
yarn.lock Update eslint config 2018-12-10 06:29:39 +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

public packages

package version dependency status
pegjs release dev dependencies

local packages

package dependency status
test dependencies
tools/benchmark dependencies
tools/bundle dependencies
tools/impact dependencies
website dependencies