Working with expression trees.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • starlight849
    New Member
    • Jun 2009
    • 82

    Working with expression trees.

    Hi, first of all thanks in advance for any advice you may provide me. I am working an assignment in which I receive a text input of a mathmatical function (such as (2+3)*(2+3)). I then need to build an expression tree from this function. After building this function I then need to evaluate the expression tree to get the answer.

    What I am looking for is advice on approaches, resources on the subject ( specific to vb.net) that I can read, or whatever else you may feel to be relavent to my situation..

    Thanks,
    Jess
Working...