Info
Version: | 1.6.1 |
Author(s): | SharpPeg |
Last Update: | Wednesday, July 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Jos635/sharppeg |
NuGet Url: | https://www.nuget.org/packages/SharpPeg |
Install
Install-Package SharpPeg
dotnet add package SharpPeg
paket add SharpPeg
SharpPeg Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- NETStandard.Library(>= 1.6.1)
- System.Reflection.Emit(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Threading.Tasks.Parallel(>= 4.3.0)
- System.ValueTuple(>= 4.4.0)
- System.Reflection.Emit(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Threading.Tasks.Parallel(>= 4.3.0)
- System.ValueTuple(>= 4.4.0)
SharpPeg will dynamically compile PEGs to CIL, delivering performance similar to that of common regular expression engines.