Popularity
7.4
Stable
Activity
0.0
Stable
4,726
92
470

Code Quality Rank: L2
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Parsing     PEG     parser generator    
Latest version: v0.10.0

PEG.js alternatives and similar modules

Based on the "Parsing" category.
Alternatively, view PEG.js alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of PEG.js or a related project?

Add another 'Parsing' Module

README

GitHub Actions Codecov CodeFactor 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

<!-- packages/pegjs -->

<!-- https://github.com/pegjs/pegjs/ -->

<!-- test -->

<!-- tools/benchmark -->

<!-- tools/bundler -->

<!-- tools/impact -->

<!-- tools/publish-dev -->


*Note that all licence references and agreements mentioned in the PEG.js README section above are relevant to that project's source code only.