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.
8b7bff7ac3
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 | 5 years ago | |
docs | 5 years ago | |
examples | 6 years ago | |
packages/pegjs | 5 years ago | |
src | 5 years ago | |
test | 5 years ago | |
tools | 5 years ago | |
website | 6 years ago | |
.codecov.yml | 5 years ago | |
.eslintignore | 6 years ago | |
.eslintrc.js | 5 years ago | |
.gitignore | 6 years ago | |
.nowignore | 6 years ago | |
.nycrc | 5 years ago | |
CHANGELOG.md | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 5 years ago | |
now.json | 6 years ago | |
package.json | 5 years ago | |
webpack.config.js | 6 years ago | |
yarn.lock | 5 years ago |
README.md
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 |
local packages
package | dependency status |
---|---|
~/ | |
~/test | |
~/tools/benchmark | |
~/tools/bundler | |
~/tools/impact | |
~/tools/publish-dev |