FsLexYacc 11.0.0-beta1

This is a prerelease version of FsLexYacc.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FsLexYacc --version 11.0.0-beta1
                    
NuGet\Install-Package FsLexYacc -Version 11.0.0-beta1
                    
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="FsLexYacc" Version="11.0.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FsLexYacc" Version="11.0.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="FsLexYacc" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FsLexYacc --version 11.0.0-beta1
                    
#r "nuget: FsLexYacc, 11.0.0-beta1"
                    
#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.
#addin nuget:?package=FsLexYacc&version=11.0.0-beta1&prerelease
                    
Install FsLexYacc as a Cake Addin
#tool nuget:?package=FsLexYacc&version=11.0.0-beta1&prerelease
                    
Install FsLexYacc as a Cake Tool

Tools for FsLex/FsYacc lexer/parser generation tools

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on FsLexYacc:

Package Downloads
Hoppinger.QueryGenerator.Odata

Package Description

GslCore

Core library and plugin defintions for the Amyris Genotype Specification Language (GSL) compiler.

Dmx.GslCore

Core library and plugin definitions for the Amyris Genotype Specification Language (GSL) compiler. (Demetrix version)

HiLang

HiLang is the AOT compiler for Hiperspace objects

Averest

Averest is a framework for the model-based design of reactive systems that supports the specification, verification, and implementation. It contains a simulator, support for formal verification with temporal logics, and various transformations for hardware and software synthesis of embedded reactive systems or pure hardware circuits. It is developed by the Embedded Systems Group at the RPTU in Kaiserslautern. For more information, see http://www.averest.org, and for contacting us send an email to Klaus.Schneider@rptu.de.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FsLexYacc:

Repository Stars
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
Version Downloads Last updated
11.3.0 16,890 4/8/2024
11.2.0 13,439 5/12/2023
11.1.0 452 5/11/2023
11.0.1 19,076 1/10/2023
11.0.0 552 1/10/2023
11.0.0-beta1 918 7/11/2021
10.2.0 136,065 11/22/2020
10.1.0 895 11/22/2020
10.0.0 50,552 10/24/2019
10.0.0-beta2 763 10/24/2019
9.1.0 7,223 10/22/2019
9.0.2 53,461 4/12/2019
8.0.1 2,699 3/21/2019
7.0.6 122,014 6/23/2017
7.0.5 7,000 2/1/2017
7.0.4 27,809 1/22/2017
7.0.3 10,225 11/29/2016
7.0.2 1,833 11/5/2016
7.0.1 4,315 11/5/2016
7.0.0 1,789 11/5/2016
6.1.0 41,455 3/20/2015
6.0.4 3,494 9/15/2014
6.0.3 2,338 7/18/2014
6.0.2 1,684 7/14/2014
6.0.1 1,903 4/18/2014
6.0.0 26,673 4/18/2014

Break out core domain logic and generation into core libraries #144
Update FsLexYacc.targets #149
Avoid copying a string twice in LexBuffer.FromString. #150
Fix misc packaging issues #145