matcheroni
PEG parser library
A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs)
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
198 stars
4 watching
4 forks
Language: C++
last commit: 3 months ago ccplusplus-20lexerlexingparserparsingparsing-expression-grammarparsing-expression-grammarspattern-matchingregexregular-expressionregular-expression-engineregular-expressionstext-processing
Related projects:
Repository | Description | Stars |
---|---|---|
| A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 920 |
| A Python library for building and executing grammars using a parsing-expression grammar approach | 2,247 |
| A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,957 |
| An extension of LPeg that supports parsing expression grammars with labeled failures | 141 |
| A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
| An implementation of parsing expression grammars in Common Lisp | 22 |
| A parsing library for Common Lisp that allows defining grammars and parsing sequences using PEG expressions. | 29 |
| A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers. | 3 |
| A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
| 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 Lua implementation of a Parsing Expression Grammar library | 254 |
| A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities | 93 |
| An npm package that allows importing PEG.js grammars as parsers directly in code | 7 |
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |