Facio 0.8.7-alpha
See the version list below for details.
dotnet add package Facio --version 0.8.7-alpha
NuGet\Install-Package Facio -Version 0.8.7-alpha
<PackageReference Include="Facio" Version="0.8.7-alpha" />
paket add Facio --version 0.8.7-alpha
#r "nuget: Facio, 0.8.7-alpha"
// Install Facio as a Cake Addin #addin nuget:?package=Facio&version=0.8.7-alpha&prerelease // Install Facio as a Cake Tool #tool nuget:?package=Facio&version=0.8.7-alpha&prerelease
Tools for building compilers, interpreters, and parsers in F#.
Learn more about Target Frameworks and .NET Standard.
-
- FsLexYacc.Runtime (>= 6.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Facio:
Package | Downloads |
---|---|
FSharp.Tools
Nuget package for fsharplex and fsharpyacc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.8-alpha | 1,160 | 7/27/2014 |
0.8.7-alpha | 941 | 7/19/2014 |
0.8.6-alpha | 894 | 7/6/2014 |
Logo was added
Site was added
Fixed an issue (#15) where fsharplex and fsharpyacc would crash when run via the build tasks (with MSBuild) when FSharp.Core 4.0.0.0 and/or 4.3.0.0 weren't available on the build machine.
Removed the Facio.Support.LegacyInterpreters project. The new FsLexYacc.Runtime project is used instead because it includes the same functionality and makes it easy to transition from FsLexYacc to facio.