Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Replies
    19
    Views
    2,990

    Poll: Re: Evaluating Expressions

    Likely what he means by building a tree is to create the abstract syntax tree.

    There are several ways to do this, but I think the easiest method is to convert your input into RPN (reverse polish...
  2. Replies
    19
    Views
    2,990

    Poll: Re: Evaluating Expressions

    I'm guessing your trying to create an abstract syntax tree. The best method for abstracting your problem is to create an interface call Expression.

    Expressions can be evaluated into some given...
Results 1 to 2 of 2