FSharp.Expandable.Compiler.Build

Easy infrastructure can replace F#'s AST at compile time.


Keywords
F#, fsharp, expand, compiler, fsc, compile, build, fscx, ast
License
Other
Install
Install-Package FSharp.Expandable.Compiler.Build -Version 0.8.3

Documentation

Expandable F# compiler (fscx)

fscx-projects

Expandable F# compiler (fscx) is an alternative F# compiler which enables to replace F#'s AST at compile time.

  • TODO: This project is still work in progress, and need more documents.

Status

NuGet (build) NuGet fscx build
NuGet (core lib) NuGet fscx core
NuGet (aspect lib) NuGet aspect lib
CI (AppVeyor) AppVeyor fscx
Issue status Issue Stats
Pull req PR Stats
Gitter chat Gitter char

How fscx works?

For filter users

fscx can apply user defined filters at compile time. To use fscx, you need to install fscx's filter packages via NuGet.

For filter users

For filter developers

For developers who want to create filters, you need to install FSharp.Expandable.Compiler.Core via NuGet to your project, build the project to create a nupkg, and then publish the nupkg file.

For filter developers

Overall

Building architechture overall illustrated:

Overall

Resources

Sample filter projects (For filter developer)

See also fscx-sample-filters.

Maintainer(s)