Expressive parsing inspired by Haskell's Parsec.
Info
Version: | 0.0.9 |
Author(s): | Patrick Lioi |
Last Update: | Sunday, August 7, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/plioi/parsley |
NuGet Url: | https://www.nuget.org/packages/Parsley |
Install
Install-Package Parsley
dotnet add package Parsley
paket add Parsley
Parsley Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- System.Linq(>= 4.1.0224027)
- System.Reflection.Extensions(>= 4.0.1224027)
- System.Runtime.Extensions(>= 4.1.0224027)
- System.Text.RegularExpressions(>= 4.0.12224027)
No dependencies.