Info
Version: | 1.0.5 |
Author(s): | Fan Shi |
Last Update: | Saturday, October 24, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Ninputer/VBF |
NuGet Url: | https://www.nuget.org/packages/VBF.Compilers.Parsers |
Install
Install-Package VBF.Compilers.Parsers
dotnet add package VBF.Compilers.Parsers
paket add VBF.Compilers.Parsers
VBF.Compilers.Parsers Download (Unzip the "nupkg" after downloading)
Dependencies
- VBF.Compilers.Common(1.0.5)
- VBF.Compilers.Scanners(1.0.5)
Tags
Compose grammars using Linq clauses, parsers with automatic error recovery can then be generated at runtime. Any context free grammar is supported, grammars with ambiguities can still be used by providing resolution rules.