zspitz / ExpressionTreeToString

String representations of expression trees + library of expression tree objects
MIT License
151 stars 12 forks source link

F# writer/visitor #72

Open zspitz opened 4 years ago

zspitz commented 4 years ago

There might be value in having a writer/visitor that produces F# syntax for expression trees.

Additionally, it might be useful to have a writer/visitor that generates the code needed to produce code quotations via the factory methods at https://fsharp.github.io/fsharp-core-docs/reference/fsharp-quotations-fsharpexpr.html.

Will also require F# support in utility functions: https://github.com/zspitz/ZSpitz.Util/issues/14