More progress on assembler and evaluator

This commit is contained in:
2025-08-03 00:27:52 +02:00
parent 234087422f
commit 51ea776e55
7 changed files with 814 additions and 118 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef WL_EVAL_INCLUDED
#define WL_EVAL_INCLUDED
#include "assemble.h"
void eval(Program program);
#endif // WL_EVAL_INCLUDED