FslexFsyacc.Runtime 1.3.18

dotnet add package FslexFsyacc.Runtime --version 1.3.18
NuGet\Install-Package FslexFsyacc.Runtime -Version 1.3.18
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FslexFsyacc.Runtime" Version="1.3.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FslexFsyacc.Runtime --version 1.3.18
#r "nuget: FslexFsyacc.Runtime, 1.3.18"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FslexFsyacc.Runtime as a Cake Addin
#addin nuget:?package=FslexFsyacc.Runtime&version=1.3.18

// Install FslexFsyacc.Runtime as a Cake Tool
#tool nuget:?package=FslexFsyacc.Runtime&version=1.3.18

FslexFsyacc.Runtime

Runtime for Fslex/Fsyacc analyzer/parser generation tools. It includes several types to support FslexFsyacc:

type Analyzer<'tok,'u>
    (
        nextStates: (uint32*(string*uint32) list) list, // state -> tag -> state
        rules: (uint32 list*uint32 list*('tok list -> 'u)) list
    ) =

type Parser
    (
        rules: (string list*(obj list->obj)) list,
        actions: (string*int) list list,
        closures: (int*int*string list) list list,
        getTag:'tok -> string,
        getLexeme:'tok->obj
    ) =

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on FslexFsyacc.Runtime:

Package Downloads
FslexFsyacc

Tools for Fslex/Fsyacc analyzer/parser generation.

FSharpCompiler.Json

FSharpCompiler.Json is a JSON serializer for F#.

FSharp.HTML

a parse for HTML5 based on the official W3C specification.

ExcelCompiler

A tool for parsing excel formula.

UnquotedJson

A JSON parser.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.18 135 3/29/2024
1.3.17 142 3/8/2024
1.3.16 126 3/6/2024
1.3.15 188 1/11/2024
1.3.14 147 1/9/2024
1.3.13 159 12/29/2023
1.3.12 139 12/27/2023
1.3.11 213 11/20/2023
1.3.10 244 9/9/2023
1.3.9 471 3/18/2023
1.3.7 357 3/14/2023
1.3.6 312 3/12/2023
1.3.5 343 2/18/2023
1.3.4 519 2/2/2023
1.3.3 411 1/30/2023
1.3.2 451 12/29/2022
1.3.1 767 12/20/2022
1.3.0 1,371 10/16/2022
1.2.20 1,338 8/28/2022
1.2.19 831 8/24/2022
1.2.18 1,555 6/23/2022
1.2.17 1,107 5/25/2022
1.2.16 585 5/24/2022
1.2.15 609 5/24/2022
1.2.14 633 5/23/2022
1.2.13 636 5/22/2022
1.2.12 882 5/20/2022
1.2.11 636 5/20/2022
1.2.10 914 5/16/2022
1.2.9 1,401 5/8/2022
1.2.8 633 5/3/2022
1.2.7 2,202 4/8/2022
1.2.6 3,977 2/12/2022
1.2.5 674 2/1/2022
1.2.4 1,134 1/23/2022
1.2.3 648 1/21/2022
1.2.2 638 1/20/2022
1.2.1 642 1/18/2022
1.2.0 512 12/31/2021
1.1.3 472 12/28/2021
1.1.0 770 12/19/2021
1.0.4 807 12/5/2021
1.0.3 335 12/4/2021
1.0.2 347 12/4/2021
1.0.1 753 11/28/2021
1.0.0 348 11/28/2021

update idioms