I am trying to write a parser that will generate a function tree from a string literal like "(1 + sin(x)) * (3 + 4 * cos(y))"
I am wondering if there are any code snipets here, or at any math sites on the web.?

Nigel.