SkillAgentSearch skills...

Parseq

monadic parser combinator library for C#

Install / Use

/learn @takahisa/Parseq
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Parseq

takahisa

About

Parseq is a monadic parser combinator library written for C#, It can parse context-sensitive, infinite-lookahead grammers.

Getting Started

  • 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
    

    or download snapshot from zipball | tarball

Target

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

LICENSE

Parseq released under the MIT License.

View on GitHub
GitHub Stars61
CategoryDevelopment
Updated1y ago
Forks7

Languages

C#

Security Score

85/100

Audited on Jun 21, 2024

No findings