Skip to content
Takahisa Watanabe edited this page Jun 23, 2017 · 19 revisions

Parseq is a monadic parser combinator library for C#.

Parseq has a very high affinity with LINQ, so you can process parsers and parse results using it. The design of Parseq is strongly affected by parser combinator library such as parsec and Fparsec, combinator functions have some degree of interchangeability.

The lastest stable release is available on NuGet.

Would you be willing to contribute our Project, Fork the main Repository from GitHub and Send me pull request.

NuGet

Documentation

Clone this wiki locally