#ifndef _run_h #define _run_h #include "ast.h" #include "ht.h" int eval(Env *s, AstNode a); #endif