
Fix the {\tt handle-infix} procedure from project 4
to handle infix precedence for arithmetic operators properly.
That is, multiplications and divisions should be done before
additions and subtractions.  Comparison operators like {\tt =}
come last of all.
