aggieben / FSharp.Macros

An attempt at a compile-time macro facility for F♯

Repository from Github https://github.comaggieben/FSharp.MacrosRepository from Github https://github.comaggieben/FSharp.Macros

This is a simple F# type provider. It has separate design-time and runtime assemblies.

Paket is used to acquire the type provider SDK and build the nuget package (you can remove this use of paket if you like)

Building:

.paket\paket.exe update

dotnet build -c release

.paket\paket.exe pack src\FSharp.Lang.MacroProvider.Runtime\paket.template --version 0.0.1

About

An attempt at a compile-time macro facility for F♯

License:Apache License 2.0


Languages

Language:F# 97.8%Language:Shell 1.4%Language:Batchfile 0.8%