Sometimes you'd be surprised at what functionality you can find inside the .Net framework. Apparently the DataTable object can compute string expressions. Nice for testing your own parser implementation, and/or for lazy coders like me. Note that the DataTable is created only once and reused with each function call.
34 people like thisPosted: 13 years ago by Arjen Kopinga
F# lambda (quotation) to C# Expression
Posted: 8 years ago by Tuomas Hietanen
A simple expression tree visitor, to inject a lambda inside another lambda parameters.
4 people like thisPosted: 5 years ago by Tuomas Hietanen
A sample that translates simple F# quotations (method calls, property getters) to stnadard C# LINQ expression trees.
7 people like thisPosted: 12 years ago by Tomas Petricek
Expression<Func<'a, 'b>> as expr builder
2 people like thisPosted: 5 years ago by habib sadullaev