TinyPG
Parser generator
A tool that generates parsers and scanners for C# programs
Fork of the C# Tiny Parser Generator by Herre Kuijpers.
58 stars
10 watching
27 forks
Language: C#
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |
b3b00/csly | A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
dbremner/peg-sharp | A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers. | 3 |
qwertie/lllpg-samples | A collection of examples and demos showcasing the functionality of a parser generator for C# | 12 |
hilmanski/mini-ssg | A static site generator that provides a simple and minimal way to build HTML pages with reusable components. | 64 |
pest-parser/pest | A parser generator written in Rust for creating PEG-based parsers. | 4,695 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 460 |
otac0n/pegasus | A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 208 |
haskell/happy | A tool for generating parsers from regular expressions in Haskell. | 292 |
migongorg/wepy-snippets | A tool that automates code generation and snippet completion in WePy small program development | 1 |
uplinkcoder/fancypars-lite | A fast parser generator tailored to support transcompilers, with a custom grammar format requiring additional documentation. | 5 |
cakestwix/pylng | Tools for parsing and converting localized text files from HandyGames games | 3 |
kevinmehall/rust-peg | A parser generator tool that creates recursive descent parsers from concise grammar definitions. | 1,480 |
bartoszgolek/nflags | A simple library for parsing and validating command-line arguments in C# applications. | 50 |