pegjs
Parser generator
A tool for generating fast parsers with excellent error reporting from JavaScript code
PEG.js: Parser generator for JavaScript
5k stars
91 watching
419 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 2 awesome lists
javascriptparser-generatorpegpegjs
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An npm package that allows importing PEG.js grammars as parsers directly in code | 7 |
| | A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 920 |
| | A small, fast JavaScript parser with plugin support | 10,671 |
| | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| | A JavaScript framework for building predictable, reactive applications using functional programming principles. | 10,236 |
| | A Python library for building and executing grammars using a parsing-expression grammar approach | 2,247 |
| | A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
| | A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
| | A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 |
| | A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text. | 716 |
| | A PEG parser/transformer written in Elixir with a DSL for specifying grammars | 68 |
| | A general-purpose PDF viewer built with HTML5, allowing parsing and rendering of Portable Document Format files. | 49,009 |
| | Builds WYSIWYG editors for HTML content | 3,971 |
| | A toolkit for building parsers and lexers in JavaScript | 2,511 |
| | A tool for programmable code generation and preprocessing of JavaScript | 35 |