Basic Calculator Program--p.311ff.
The program takes as input a fully parenthesized arithmetic expression with non-negative numbers and outputs its value.
The expression is assumed to be correctly parenthesized.
Sample input: ((((12+9)/3)+7.2)*((6-4)/8))