File visitor.h defines the visitor class for the abstract syntax tree.
#ifndef VISITOR_H #define VISITOR_H #include "abstree.h" Declare the abstract visitor class[7] #endif