PEG.js

PEG.js: Parser generator for JavaScript (by pegjs)

PEG.js Alternatives

Similar projects and alternatives to PEG.js

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better PEG.js alternative or higher similarity.

PEG.js reviews and mentions

Posts with mentions or reviews of PEG.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-31.
  • How do you start your own programming language?
    3 projects | reddit.com/r/learnprogramming | 31 Oct 2022
    Here's a javascript library that lets you generate your own language that compiles to Javascript. https://pegjs.org/ It's a compiler generator. You can either use the command line tool and feed it your grammar (You have to write that) and use the generated parser.js which can then run your program, or use peg.js as a dependency and generate your parser at run time before feeding it your program.
  • Deno in 2022
    3 projects | reddit.com/r/node | 9 Jul 2022
    The library they're having trouble with is the most common parser generator in javascript, peg.js, which has about 80% of the market

Stats

Basic PEG.js repo stats
7
4,545
0.0
over 1 year ago
Write Clean JavaScript Code. Always.
Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
www.sonarsource.com