Eto.Parse
Parser framework
A recursive descent parser framework for .NET with Fluent API support.
Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars
149 stars
13 watching
28 forks
Language: C#
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
rxwei/parsey | A framework for building parsers in Swift using combinatorial syntax and features like backtracking prevention and rich error messages | 58 |
cinchoo/choetl | A comprehensive ETL framework for .NET applications. | 802 |
moosetechnology/petitparser | A framework for building parsers in Smalltalk. | 41 |
norswap/autumn | A Java parser combinator library supporting grammar and parsing functionality. | 125 |
jparsec/jparsec | A Java framework for building recursive-descent parsers with a declarative API. | 342 |
victortzeng/zxw.framework.netcore | A .NET Core framework for rapid development of applications using EF Core's Code First pattern | 764 |
otac0n/pegasus | A PEG parser generator for C# that integrates with MSBuild and Visual Studio | 206 |
teo-tsirpanis/farkle | A parser library for F# and C# | 93 |
stackforge/pecan | A lightweight WSGI framework for building web applications with minimal dependencies. | 154 |
grype/ethel | A framework for composing web service clients in Smalltalk. | 23 |
jpsingleton/anclafs | Supports various .NET libraries and frameworks used in ASP.NET Core development | 211 |
itinero/gtfs | A .NET implementation of a standard format for public transportation data feeds. | 69 |
yuanzh/segparser | An open-source C++ software framework for joint segmentation, POS tagging and dependency parsing using a randomized greedy algorithm. | 9 |
i-love-flamingo/flamingo | A pluggable web framework for Go that provides clean architecture and maintainability for building production-ready applications. | 463 |
shnewto/bnf | A parser for Backus-Naur form grammars in Rust. | 260 |