Info
| Version: | 2.0.0-beta2 | 
| Author(s): | Stephan Tolksdorf | 
| Last Update: | Sunday, December 4, 2022 | 
| .NET Fiddle: | Online Example | 
| Project Url: | http://www.quanttec.com/fparsec/ | 
| NuGet Url: | https://www.nuget.org/packages/FParsec | 
Install
Install-Package FParsec
                        dotnet add package FParsec
                        paket add FParsec
                        
                                FParsec Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                    - FSharp.Core(>= 4.3.4)
- System.ValueTuple(>= 4.4.0)
- FSharp.Core(>= 4.3.4)
Tags
 
                
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).