zenprotocol / FSharp.Compiler.Service

The F# compiler as a component. For editors. For analyzers. For love. You know you want it.

Home Page:http://fsharp.github.io/FSharp.Compiler.Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# Compiler Service

The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications.

Documentation

For more information about the project, see:

Build and Test

.NET Framework:

Install .NET 4.5.1 and MSBuild 12.0

build.cmd All.NetFx 
(unix: ./build.sh All.NetFx)

.NET Core

build All.NetCore

Both:

build All

Build Status

Head (branch master), Mono, Linux/OSX + unit tests (Travis) Build Status

Head (branch master), Windows Server 2012 R2 + VS2015 + unit tests (AppVeyor) Build status

NuGet Feed NuGet Badge

Stable builds are available in the NuGet Gallery: https://www.nuget.org/packages/FSharp.Compiler.Service

All AppVeyor builds are available using the NuGet feed: https://ci.appveyor.com/nuget/fsgit-fsharp-compiler-service

If using Paket, add the source at the top of paket.dependencies.

Maintainers

The maintainers of this repository from the F# Core Engineering Group are:

About

The F# compiler as a component. For editors. For analyzers. For love. You know you want it.

http://fsharp.github.io/FSharp.Compiler.Service

License:Other


Languages

Language:F# 99.5%Language:HTML 0.4%Language:C# 0.1%Language:Shell 0.0%Language:Batchfile 0.0%