next up previous
Next: Makefile Up: Program Files Previous: interpreter.cc

try.cc

File try.cc builds the tree and invokes the interpreter to evaluate it.

try.cc[29] :
#include "abstree.h"
#include "interpreter.h"

int
main()
{ Use explicit constructors to build a test tree[22]
  Interpret the test tree[23]
}
This macro is attached to a product file.



William Waite
1998-08-30