Info
Version: | 1.3.2 |
Author(s): | Zoran Horvat |
Last Update: | Thursday, October 28, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zoran-horvat/easy-parse |
NuGet Url: | https://www.nuget.org/packages/CodingHelmet.EasyParse |
Install
Install-Package CodingHelmet.EasyParse
dotnet add package CodingHelmet.EasyParse
paket add CodingHelmet.EasyParse
CodingHelmet.EasyParse Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
No dependencies.
Tags
Includes parser and lexer classes which can be constructed from the generated parsing table and used to build a syntax tree for a given plaintext. Supports easy compilation of the syntax tree into a custom object graph, effectively allowing you to build a full plaintext-to-object-graph compiler in only a few lines of code.