#ifndef WL_EVAL_INCLUDED #define WL_EVAL_INCLUDED #include "assemble.h" void eval(Program program); #endif // WL_EVAL_INCLUDED