Review/finish talking about internal representation of parse trees
(in both racket, and Java),
and how to organize the functions toString and eval:
N0.rkt, and N0-java/.
recursive-descent parsing;
we walked through Java and racket versions of parsing the sample-language syntax:
N0.rkt, and N0-java/.