#ifndef INTERPRETER_H_ #define INTERPRETER_H_ #include "expr.h" struct Expr eval(struct Expr expr); #endif // INTERPRETER_H_