Arithmetic Expressions
Code for arithmetic expressions on a multi-register machine can be generated from trees using a simple postorder recursive algorithm.
The specifications of the recursive algorithm are: