#ifndef eval_h #define eval_h #include "value.h" value_t *eval(expr_t *expr, gc_t *gc); #endif