Fabulous.AST
1.3.0
See the version list below for details.
dotnet add package Fabulous.AST --version 1.3.0
NuGet\Install-Package Fabulous.AST -Version 1.3.0
<PackageReference Include="Fabulous.AST" Version="1.3.0" />
<PackageVersion Include="Fabulous.AST" Version="1.3.0" />
<PackageReference Include="Fabulous.AST" />
paket add Fabulous.AST --version 1.3.0
#r "nuget: Fabulous.AST, 1.3.0"
#:package Fabulous.AST@1.3.0
#addin nuget:?package=Fabulous.AST&version=1.3.0
#tool nuget:?package=Fabulous.AST&version=1.3.0
Fabulous.AST
Welcome to Fabulous.AST, an Abstract Syntax Tree (AST) Domain Specific Language (DSL) for F#.
Fabulous.AST leverages Fantomas to generate F# code from AST. This allows you to create F# code that adheres to the Fantomas style guide while providing a simple and expressive way to represent code as a tree of nodes. This approach simplifies programmatic code manipulation and analysis.
Features
- Simplified AST creation for F# code
- Integration with Fantomas for consistent code formatting
- Expressive DSL for representing code structures
- Easy-to-use API for code generation and manipulation
Installation
Install Fabulous.AST via NuGet:
dotnet add package Fabulous.AST
Usage
Let's compare AST creation using Fantomas directly and Fabulous.AST:
Fantomas AST Example
open Fantomas.Core
open Fantomas.Core.SyntaxOak
open Fantomas.FCS.Text
Oak(
[],
[ ModuleOrNamespaceNode(
None,
[ BindingNode(
None,
None,
MultipleTextsNode([ SingleTextNode("let", Range.Zero) ], Range.Zero),
false,
None,
None,
Choice1Of2(IdentListNode([ IdentifierOrDot.Ident(SingleTextNode("x", Range.Zero)) ], Range.Zero)),
None,
[],
None,
SingleTextNode("=", Range.Zero),
Expr.Constant(Constant.FromText(SingleTextNode("12", Range.Zero))),
Range.Zero
)
|> ModuleDecl.TopLevelBinding ],
Range.Zero
) ],
Range.Zero
)
|> CodeFormatter.FormatOakAsync
|> Async.RunSynchronously
|> printfn "%s"
Fabulous.AST Example
open Fantomas.Core
open Fabulous.AST
open type Fabulous.AST.Ast
Oak() {
AnonymousModule() {
Value("x", "12")
}
}
|> Gen.mkOak
|> Gen.run
Both examples produce the following F# code:
let x = 12
As you can see, Fabulous.AST significantly simplifies the process of creating ASTs for F# code.
Documentation
For comprehensive information about Fabulous.AST, visit our documentation site.
Additional resources:
Supporting Fabulous.AST
Show your support for Fabulous.AST:
- Star this repository and the Fabulous.AST project on GitHub.
- Become a sponsor through the GitHub Sponsors program.
Contributing
We welcome contributions to Fabulous.AST!
- Found a bug or have a suggestion? Open an issue, and we'll look into it promptly.
- Want to contribute code? PRs are always welcome! Please create them from the
mainbranch and follow our Contributor Guide.
License
Fabulous.AST is released under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Fantomas.Core (= 6.3.16)
-
net8.0
- Fantomas.Core (= 6.3.16)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fabulous.AST:
| Package | Downloads |
|---|---|
|
MigrateLib
Declarative migrations for SQLite |
|
|
Fabulous.AST.Json
Fabulous.AST.Json, a JSON type generator for Fabulous.AST |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-pre06 | 1,302 | 1/9/2026 |
| 2.0.0-pre05 | 245 | 12/19/2025 |
| 2.0.0-pre04 | 268 | 12/15/2025 |
| 2.0.0-pre03 | 187 | 12/13/2025 |
| 2.0.0-pre02 | 136 | 12/12/2025 |
| 2.0.0-pre01 | 141 | 12/12/2025 |
| 1.10.0 | 855 | 1/9/2026 |
| 1.9.0 | 1,008 | 12/12/2025 |
| 1.8.0 | 162 | 12/6/2025 |
| 1.7.0 | 686 | 12/3/2025 |
| 1.6.0 | 633 | 6/7/2025 |
| 1.5.0 | 199 | 5/10/2025 |
| 1.4.0 | 299 | 4/4/2025 |
| 1.3.0 | 271 | 3/16/2025 |
| 1.2.0 | 541 | 3/5/2025 |
| 1.1.0 | 235 | 1/12/2025 |
| 1.0.0 | 245 | 12/15/2024 |
| 1.0.0-pre17 | 191 | 10/6/2024 |
| 1.0.0-pre16 | 219 | 7/14/2024 |
| 1.0.0-pre15 | 230 | 7/1/2024 |
### Changed
* Return type changes by @edgarfgp in https://github.com/edgarfgp/Fabulous.AST/pull/138
### Added
- Add AsyncPrefix and TaskPrefix by @edgarfgp in https://github.com/edgarfgp/Fabulous.AST/pull/139
- Add PipeRightExpr and PipeLeftExpr widgets by @edgarfgp in https://github.com/edgarfgp/Fabulous.AST/pull/143
### Fixed
- Fix string interpolation widgets by @edgarfgp in https://github.com/edgarfgp/Fabulous.AST/pull/142