FLexer is a F# Lexer and Parser dedicated to ease of use and expressiveness in creating custom recursive-descent parsers.
Info
Version: | 0.1.8 |
Author(s): | Daniel Oliver |
Last Update: | Saturday, March 10, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DanielOliver/FLexer |
NuGet Url: | https://www.nuget.org/packages/FLexer |
Install
Install-Package FLexer
dotnet add package FLexer
paket add FLexer
FLexer Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.2.3)
Tags