Question: generate an expression tree

Hello, I would like to know if there is a simple way to generate the full expression tree of a given expression. I am mostly interested in the leaves only, so it is sufficient if there is a way to retrieve those only... I know you can recursively call op to do this, but I am looking for an easier way to do that... Thanks in advance for any reply. Regards, Franky.
Please Wait...