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 generating and maintaining lexer/parsers using compact definition syntax | 374 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
dbremner/peg-sharp | Automates C# code generation for arbitrary parsing expression grammars. | 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. | 63 |
pest-parser/pest | A parser generator written in Rust for creating PEG-based parsers. | 4,665 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 459 |
otac0n/pegasus | A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 206 |
haskell/happy | A tool for generating parsers from regular expressions in Haskell. | 290 |
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 for 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,472 |
bartoszgolek/nflags | A simple library for parsing and validating command-line arguments in C# applications. | 50 |