Facio 0.8.8-alpha

This is a prerelease version of Facio.
dotnet add package Facio --version 0.8.8-alpha
                    
NuGet\Install-Package Facio -Version 0.8.8-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.8-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Facio" Version="0.8.8-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Facio" />
                    
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 Facio --version 0.8.8-alpha
                    
#r "nuget: Facio, 0.8.8-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.
#addin nuget:?package=Facio&version=0.8.8-alpha&prerelease
                    
Install Facio as a Cake Addin
#tool nuget:?package=Facio&version=0.8.8-alpha&prerelease
                    
Install Facio as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.8-alpha 135 7/27/2014
0.8.7-alpha 59 7/19/2014
0.8.6-alpha 53 7/6/2014

Implemented an optimization in fsharplex's fslex-compatible backend that reduces overall compilation times by up to 25%.