On Jan 20, 2006, at 11:49 AM, Wayne Douglas wrote:
Is the expression evaluator supposed to be able to handle things like: (x*y) * ((x+n)*(x*n)) As in nested expressions etc?
I have no idea what you're referring to by "expression evaluator".If you mean the MochiKit interpreter example, then it uses eval() so any valid JavaScript works. If that's the case, then it'd have been a lot easier just to try it out than to email the list :)
-bob
