Parseq is a monadic parser combinator library written for C#, It can parse context-sensitive, infinite-lookahead grammers.
-
Install Parseq via NuGet:
run the following command in NuGet Package Manager Console.
PM> Install-Package Parseq
-
Install Parseq via Binary:
you can download from releases
-
Install Parseq via Source code:
git clone https://github.com/linerlock/parseq.git
Parseq provided as PCL (Portable Class Library), it works on the following frameworks:
- .NET Framework 4 (or later)
- Windows 8 or Windows 8.1
- Silverlight 5
- Windows Phone 8.1
Parseq released under the MIT License.