pegjs

Parser generator

A tool for generating fast parsers with excellent error reporting from JavaScript code

PEG.js: Parser generator for JavaScript

GitHub

5k stars
91 watching
419 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 2 awesome lists

javascriptparser-generatorpegpegjs

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
cameronhunter/rollup-plugin-pegjs An npm package that allows importing PEG.js grammars as parsers directly in code 7
yhirose/cpp-peglib A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. 920
acornjs/acorn A small, fast JavaScript parser with plugin support 10,671
jwtowner/lug A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. 67
cyclejs/cyclejs A JavaScript framework for building predictable, reactive applications using functional programming principles. 10,236
pyparsing/pyparsing A Python library for building and executing grammars using a parsing-expression grammar approach 2,247
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,480
pointlander/peg A tool for generating parsers from parsing expression grammars using the Packrat parser generator 1,028
aappleby/matcheroni A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) 198
sirthias/parboiled2 A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text. 716
jtmoulia/neotomex A PEG parser/transformer written in Elixir with a DSL for specifying grammars 68
mozilla/pdf.js A general-purpose PDF viewer built with HTML5, allowing parsing and rendering of Portable Document Format files. 49,009
getmeuk/contenttools Builds WYSIWYG editors for HTML content 3,971
chevrotain/chevrotain A toolkit for building parsers and lexers in JavaScript 2,511
jarred-sumner/atbuild A tool for programmable code generation and preprocessing of JavaScript 35