Eto.Parse
1.0.1.1
See the version list below for details.
dotnet add package Eto.Parse --version 1.0.1.1
NuGet\Install-Package Eto.Parse -Version 1.0.1.1
<PackageReference Include="Eto.Parse" Version="1.0.1.1" />
paket add Eto.Parse --version 1.0.1.1
#r "nuget: Eto.Parse, 1.0.1.1"
// Install Eto.Parse as a Cake Addin #addin nuget:?package=Eto.Parse&version=1.0.1.1 // Install Eto.Parse as a Cake Tool #tool nuget:?package=Eto.Parse&version=1.0.1.1
A recursive descent LL(k) parser framework for .NET
Eto.Parse is a highly optimized recursive decent parser framework that can be used to create parsers for complex grammars that go beyond the capability of regular expressions.
You can use BNF, EBNF, or Gold parser grammars to define your parser, code them directly using a fluent API, or use shorthand operators (or a mix of each).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Eto.Parse:
Package | Downloads |
---|---|
FlipSky.MineCraft.Scripting
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Enhanced NumberParser and StringParser