Using eval() To Transform Symbolic ExpressionsOverview
Editor: This was written as an underhanded solution to an problem in an online programming challenge that required converting simple arithmetic expressions from infix to Postfix form. I thought the solution was pretty neat, and I suspect the general technique may be useful for other problems so i'm including it here.
NEW
Fixed some bugs.
Using eval() To Transform Symbolic ExpressionsInformation