#LY is a parser generator halfway between parser combinators and parser generator like ANTLR.
Info
| Version: | 3.7.6 |
| Author(s): | b3b00 |
| Last Update: | Wednesday, October 15, 2025 |
| .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)