How will we use Expr objects?
Each object will represent a tree
We will generally deal with these trees through pointers
If p is a pointer to Expr, we would like to be able to call p->print(stdout) or obtain the result of p->eval()
Previous slide
Next slide
Back to first slide
View graphic version