hi, i am currently doing a java simple calculator parser, that will deal very simply with + and - operators only and numbers only and also ( and ) , i have read about
http://scriptasylum.com/tutorials/infix_postfix/algorithms/postfix-evaluation/index.htm
http://scriptasylum.com/tutorials/infix_postfix/algorithms/infix-postfix/index.htm
and i am wondering if the brackets can be applied to the above mentioned way of creating a calculator parser?