More progress on assembler and evaluator
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef WL_EVAL_INCLUDED
|
||||
#define WL_EVAL_INCLUDED
|
||||
|
||||
#include "assemble.h"
|
||||
|
||||
void eval(Program program);
|
||||
|
||||
#endif // WL_EVAL_INCLUDED
|
||||
Reference in New Issue
Block a user