Suppose I have a string of F# like let x = 1 + 1, how do I generate an AST for this string?
let x = 1 + 1
I am looking for a function with a signature like: