#LY is a parser generator halfway between parser combinators and parser generator like ANTLR.
Info
Version: | 3.5.0-alpha6 |
Author(s): | b3b00 |
Last Update: | Friday, September 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/b3b00/sly |
NuGet Url: | https://www.nuget.org/packages/sly |
Install
Install-Package sly
dotnet add package sly
paket add sly
sly Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Memory(>= 4.5.2)
- System.ValueTuple(>= 4.5.0)