Plaintext Parser Generator NuGet Package

Generates LR(1) parsing table and lexer from a grammar definition file.

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.




Got any Plaintext Parser Generator Question?





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)

.NETStandard 2.0
  • No dependencies.
net472
  • No dependencies.
netcoreapp3.0
  • No dependencies.


Tags



STATS

must-have-score

1.8

avg-downloads-per-day

0

days-since-last-release

909