If you form a team, you must specify the ``division of labor'' (e.g., who did what) in your assignment writeup (scores will be divided equally, however).
You must notify me of the team you have formed by this date (email is fine, or you may submit a hardcopy naming your team members). If you have not formed a team, you can elect to remain solo, or request to be included in a team, and I will arbitrarily form teams from remaining solo students.
Evaluator
class to handle the
actual input string evaluation.
ProcessToken
,
except that instead of performing the binary operation (via
the BinaryOp
routine), as the token is being
processed, insert it onto the binary expression tree. Take
care to properly insert the token so that a postorder traversal
of the tree generates the correct postfix expression---this is
the trickiest part of the program).
The general presentation of your document counts! (This includes qualities such as neatness, formatting, and legibility.)