FParsec 1.1.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 https://nuget.org/packages/fparsec-big-data-edition).
Install-Package FParsec -Version 1.1.1
dotnet add package FParsec --version 1.1.1
<PackageReference Include="FParsec" Version="1.1.1" />
paket add FParsec --version 1.1.1
#r "nuget: FParsec, 1.1.1"
// Install FParsec as a Cake Addin
#addin nuget:?package=FParsec&version=1.1.1
// Install FParsec as a Cake Tool
#tool nuget:?package=FParsec&version=1.1.1
Dependencies
-
.NETFramework 4.5
- FSharp.Core (>= 4.3.4)
- System.ValueTuple (>= 4.4.0)
-
.NETStandard 2.0
- FSharp.Core (>= 4.3.4)
Used By
NuGet packages (101)
Showing the top 5 NuGet packages that depend on FParsec:
Package | Downloads |
---|---|
Fake.Core.CommandLineParsing
FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
|
|
Chiron
Monadic JSON serialization/deserialization library for F#
|
|
Logary
Package Description
|
|
MathNet.Symbolics
Math.NET Symbolics is a basic open source computer algebra library for .Net and Mono. Written in F# but works well in C# as well. Supports .Net Framework 4.5 or higher and .Net Standard 2.0 or higher, on Windows, Linux and Mac.
|
|
Freya.Types
Core functions, types, and parsers for working with the Freya Web type system
|
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on FParsec:
Repository | Stars |
---|---|
chkimes/graphql-net
Convert GraphQL to IQueryable
|
|
benjamin-hodgson/Pidgin
C#'s fastest parser combinator library
|
|
microsoft/qsharp-compiler
Q# compiler, command line tool, and Q# language server
|
|
torhovland/blazor-redux
Connecting a Redux state store with Blazor.
|
|
Tyrrrz/LtGt
Lightweight HTML processor
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.1 | 418,675 | 2/1/2020 |
1.1.1-RC | 461 | 1/18/2020 |
1.1.0 | 18,842 | 1/5/2020 |
1.1.0-RC | 2,597 | 11/10/2019 |
1.0.4-RC3 | 19,004 | 3/6/2018 |
1.0.4-RC2 | 581 | 3/5/2018 |
1.0.4-RC | 882 | 12/3/2017 |
1.0.3 | 850,033 | 8/20/2017 |
1.0.3-beta-20170521 | 1,774 | 5/21/2017 |
1.0.2 | 238,812 | 9/27/2015 |
1.0.2-RC1 | 744 | 7/25/2015 |
1.0.1 | 103,210 | 7/8/2013 |
0.9.2 | 3,736 | 3/31/2012 |