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

interpreter.h

File interpreter.h is the definition of the interpreter class.

interpreter.h[27] :
#ifndef INTERPRETER_H
#define INTERPRETER_H

#include <string>
#include <vector>
#include <stack>
#include <map>
#include "visitor.h"

Declare the concrete interpreter subclass[11]

#endif
This macro is attached to a product file.



William Waite
1998-08-30