Facio 0.8.7-alpha

This is a prerelease version of Facio.
There is a newer prerelease version of this package available.
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
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="Facio" Version="0.8.7-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Facio --version 0.8.7-alpha
#r "nuget: Facio, 0.8.7-alpha"
#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 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#.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,141 7/27/2014
0.8.7-alpha 931 7/19/2014
0.8.6-alpha 881 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.