Pegasus

Parser generator

A PEG parser generator for C# that integrates with MSBuild and Visual Studio

A PEG parser generator for .NET that integrates with MSBuild and Visual Studio.

GitHub

206 stars
12 watching
38 forks
Language: C#
last commit: 12 months ago

Related projects:

Repository Description Stars
dbremner/peg-sharp Automates C# code generation for arbitrary parsing expression grammars. 3
jwtowner/lug A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. 68
yhirose/cpp-peglib A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. 903
pointlander/peg An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. 1,018
kevinmehall/rust-peg A parser generator tool that creates recursive descent parsers from concise grammar definitions. 1,467
tanakh/peggy A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities 93
benhanson/parsertl14 A modular parser generator implemented in C++14 32
sirthias/parboiled2 A macro-based PEG parser generator for Scala that enables fast and elegant parsing of arbitrary input text. 717
aappleby/matcheroni A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) 198
mrossini-ethz/parseq A parsing library for Common Lisp that allows defining grammars and parsing sequences using PEG expressions. 29
cornell-brg/pymtl3-net Generates synthesizable Verilog for on-chip networks with customizable parameters and modular design 43
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
pyparsing/pyparsing A Python library for building and executing grammars using a parsing-expression grammar approach 2,233
bartoszgolek/nflags A simple library for parsing and validating command-line arguments in C# applications. 50