I'd like to use F# as a target language.
Is there a hook to get at parse tree of F# source code?
-OR- an XML schema and XML <-> F# translator?
-OR- open source access to an F# parser?
-OR- a Scheme-list equivalent to F# source code, that is strictly a nested list, without any of the syntactic sugar that makes is easier for humans to read (but more work for programs to generate or manipulate)?
~TMSteve