This program interprets simple assignment statements and expressions, and builds a parse tree. It then reprints the parse tree, and evaluates the statements and expressions by tree walking. The grammar is the same as EXPREVAL1.