cpp-peglib
PEG parser library
A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar.
A single file C++ header-only PEG (Parsing Expression Grammars) library
920 stars
27 watching
113 forks
Language: C++
last commit: 3 months ago c-plus-pluscppcpp17header-onlyparser-generatorparsingparsing-expression-grammarspeg
Related projects:
Repository | Description | Stars |
---|---|---|
| A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,957 |
| A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 |
| A Python library for building and executing grammars using a parsing-expression grammar approach | 2,247 |
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| An extension of LPeg that supports parsing expression grammars with labeled failures | 141 |
| An implementation of parsing expression grammars in Common Lisp | 22 |
| A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers. | 3 |
| A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,216 |
| A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
| A C++17 header-only library providing a set of functions to categorize and analyze Unicode characters | 102 |
| A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 208 |
| A Lua implementation of a Parsing Expression Grammar library | 254 |
| A PEG parser/transformer written in Elixir with a DSL for specifying grammars | 68 |
| A parsing library for Common Lisp that allows defining grammars and parsing sequences using PEG expressions. | 29 |
| An npm package that allows importing PEG.js grammars as parsers directly in code | 7 |