FParsec 1.0.1
dotnet add package FParsec --version 1.0.1
NuGet\Install-Package FParsec -Version 1.0.1
<PackageReference Include="FParsec" Version="1.0.1" />
paket add FParsec --version 1.0.1
#r "nuget: FParsec, 1.0.1"
// Install FParsec as a Cake Addin #addin nuget:?package=FParsec&version=1.0.1 // Install FParsec as a Cake Tool #tool nuget:?package=FParsec&version=1.0.1
FParsec is a parser combinator library for F#.
You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference.
This package uses the basic “low-trust” configuration of FParsec, which does not use any unverifiable code and is optimized for maximum portability. If you need to parse very large files or if you employ FParsec for performance-critical jobs, consider using the alternate “Big Data Edition” NuGet package (see nuget.org/packages/fparsec-big-data-edition).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
This package has no dependencies.
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on FParsec:
Repository | Stars |
---|---|
benjamin-hodgson/Pidgin
A lightweight and fast parsing library for C#.
|
|
chkimes/graphql-net
Convert GraphQL to IQueryable
|
|
microsoft/qsharp-compiler
Q# compiler, command line tool, and Q# language server
|
|
torhovland/blazor-redux
Connecting a Redux state store with Blazor.
|
|
egramtel/tdsharp
C#/.NET Core bindings for TDLib (Telegram MTProto API)
|