http://cs.hubfs.net/blogs/tomasp/archive/2006/07/07/413.aspx
To paraphrase, you can quote some F# code:
> <@1+2*3@>
and get the abstract syntax tree representing that code:
val it : ast = Add(Int 1, Mul(Int 2, Int 3))
Putting the fun in functional programming since 2005!
> <@1+2*3@>
val it : ast = Add(Int 1, Mul(Int 2, Int 3))
0 comments:
Post a Comment