peg-sharp
Parser generator
A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers.
Automatically exported from code.google.com/p/peg-sharp
3 stars
1 watching
1 forks
Language: C#
last commit: about 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for generating parsers from parsing expression grammars using the Packrat parser generator | 1,028 |
| A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 208 |
| A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
| A tool for building parsing expression grammars in D programming language | 533 |
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 920 |
| A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 |
| An npm package that allows importing PEG.js grammars as parsers directly in code | 7 |
| An implementation of markdown syntax in C using a parsing expression grammar | 698 |
| An extension of LPeg that supports parsing expression grammars with labeled failures | 141 |
| A Python library for building and executing grammars using a parsing-expression grammar approach | 2,247 |
| A tool that automates the generation of TypeScript code from GraphQL queries | 454 |
| A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |
| A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities | 93 |
| A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,957 |