#ifndef _run_h #define _run_h #include "ast.h" int eval(AstNode a); #endif