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 8b7bff7ac3 Resolve linting errors
This also temporarliy disables linting '.ts' files due to the fact that the currect '.d.ts' files contain too many errors/warnings that need to be manually fixed, but since I'm going to be rewriting the whole module in TypeScript anyway, resolving these ESLint error's is a pointless waste of time.
5 years ago
.github Azure Pipelines -> GitHub Actions 5 years ago
docs Resolve linting errors 5 years ago
examples Fix IE11 Support (#583) 6 years ago
packages/pegjs Resolve linting errors 5 years ago
src Resolve linting errors 5 years ago
test Resolve linting errors 5 years ago
tools Resolve linting errors 5 years ago
website website: Fix twitter link 5 years ago
.codecov.yml Azure Pipelines -> GitHub Actions 5 years ago
.eslintignore Implement @pegjs/bundler 5 years ago
.eslintrc.js Resolve linting errors 5 years ago
.gitignore Publish to pegjs@dev on every CI run 5 years ago
.nowignore Set up CI with Azure Pipelines (#596) 5 years ago
.nycrc Azure Pipelines -> GitHub Actions 5 years ago
CHANGELOG.md Add changes for #596 5 years ago
LICENSE Updated maintainer #503 7 years ago
README.md Azure Pipelines -> GitHub Actions 5 years ago
now.json Switch to Now v2 5 years ago
package.json Resolve linting errors 5 years ago
webpack.config.js Fix build path for browser benchmark entry 5 years ago
yarn.lock Upgrade devDependencies 5 years ago

README.md

Codecov CodeFactor forum 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
~/ dependencies
~/test dependencies
~/tools/benchmark dependencies
~/tools/bundler dependencies
~/tools/impact dependencies
~/tools/publish-dev dependencies