File try.cc builds the tree and invokes the interpreter to evaluate it.
#include "abstree.h"This macro is attached to a product file.
#include "interpreter.h"
int
main()
{ Use explicit constructors to build a test tree[22]
Interpret the test tree[23]
}