Farkle is an LALR parser library with an API similar to parser combinators.
Info
Version: | 6.5.2 |
Author(s): | Theodore Tsirpanis |
Last Update: | Sunday, November 10, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://teo-tsirpanis.github.io/Farkle/ |
NuGet Url: | https://www.nuget.org/packages/Farkle |
Install
Install-Package Farkle
dotnet add package Farkle
paket add Farkle
Farkle Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- FSharp.Core(>= 4.7.0)
- System.Buffers(>= 4.5.0)
- System.Collections.Immutable(>= 1.7.0)
- System.Memory(>= 4.5.3)
- System.ValueTuple(>= 4.5.0)
- FSharp.Core(>= 4.7.0)
- System.Buffers(>= 4.5.0)
- System.Collections.Immutable(>= 1.7.0)
- System.Memory(>= 4.5.3)
Tags