lug
Parser generator
A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling.
C++ embedded domain specific language for expressing parsers as extended parsing expression grammars (PEGs)
68 stars
8 watching
6 forks
Language: C++
last commit: 4 months ago c-plus-plusc-plus-plus-17context-sensitive-grammarscppcpp17dslgrammarparser-combinatorsparser-generatorparsingparsing-expression-grammarsparsing-machinepeg
Related projects:
Repository | Description | Stars |
---|---|---|
jcolag/thue | A language and runtime system for parsing arbitrary grammars using semi-Thue processes | 29 |
yhirose/cpp-peglib | A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 903 |
kevinmehall/rust-peg | A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,472 |
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |
pointlander/peg | An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. | 1,018 |
texttheater/ccgweb | A web platform for parsing and annotating Combinatory Categorial Grammar (CCG) sentences. | 5 |
b3b00/csly | A C# library that simplifies generating and maintaining lexer/parsers using compact definition syntax | 374 |
taocpp/pegtl | A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,945 |
dbremner/peg-sharp | Automates C# code generation for arbitrary parsing expression grammars. | 3 |
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 118 |
uplinkcoder/fancypars-lite | A fast parser generator tailored for transcompilers with a custom grammar format requiring additional documentation. | 5 |
otac0n/pegasus | A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 206 |
dlang-community/pegged | A tool for building parsing expression grammars in D programming language | 534 |
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. | 717 |