Snippets tagged code-generation

  • CodeGen example for F#

    This example shows how to add attribute in F# codebase. We use FSharp compiler to get AST, then analyze what we want to change, change it and then combine it back to source code. Example is a little bit naive, it doesn't cover all cases.

    1 people like this

    Posted: 5 years ago by Ayrat Hudaygulov