FsLexYacc 11.0.0-beta1
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
<PackageReference Include="FsLexYacc" Version="11.0.0-beta1" />
paket add FsLexYacc --version 11.0.0-beta1
#r "nuget: FsLexYacc, 11.0.0-beta1"
// Install FsLexYacc as a Cake Addin #addin nuget:?package=FsLexYacc&version=11.0.0-beta1&prerelease // Install FsLexYacc as a Cake Tool #tool nuget:?package=FsLexYacc&version=11.0.0-beta1&prerelease
Tools for FsLex/FsYacc lexer/parser generation tools
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- FSharp.Core (>= 4.6.2)
- FsLexYacc.Runtime (>= 11.0.0-beta1)
NuGet packages (10)
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 | 8,705 | 4/8/2024 |
11.2.0 | 12,789 | 5/12/2023 |
11.1.0 | 438 | 5/11/2023 |
11.0.1 | 16,810 | 1/10/2023 |
11.0.0 | 537 | 1/10/2023 |
11.0.0-beta1 | 896 | 7/11/2021 |
10.2.0 | 129,374 | 11/22/2020 |
10.1.0 | 868 | 11/22/2020 |
10.0.0 | 49,231 | 10/24/2019 |
10.0.0-beta2 | 732 | 10/24/2019 |
9.1.0 | 6,802 | 10/22/2019 |
9.0.2 | 52,487 | 4/12/2019 |
8.0.1 | 2,654 | 3/21/2019 |
7.0.6 | 121,584 | 6/23/2017 |
7.0.5 | 6,903 | 2/1/2017 |
7.0.4 | 27,711 | 1/22/2017 |
7.0.3 | 10,128 | 11/29/2016 |
7.0.2 | 1,737 | 11/5/2016 |
7.0.1 | 4,217 | 11/5/2016 |
7.0.0 | 1,693 | 11/5/2016 |
6.1.0 | 41,315 | 3/20/2015 |
6.0.4 | 3,358 | 9/15/2014 |
6.0.3 | 2,228 | 7/18/2014 |
6.0.2 | 1,582 | 7/14/2014 |
6.0.1 | 1,797 | 4/18/2014 |
6.0.0 | 26,529 | 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