Farkle is an LALR parser library with an API similar to parser combinators.
Info
| Version: | 7.0.1 |
| Author(s): | Theodore Tsirpanis |
| Last Update: | Thursday, July 9, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://farkle.dev/ |
| 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