Considering only parsing mathematical expressions, do you find it's easier to:

a) Convert the infix expression to postfix, and then create the AET?

or

b) Create the AET during the infix parsing?

I'm aware that the shunting-yard algorithm works for both creating postfix expressions and AETs, but is it any easier to create the AET using the postfix expression?