summaryrefslogtreecommitdiff
path: root/run.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-08-01 22:37:26 +0100
committerubq323 <ubq323@ubq323.website>2023-08-01 22:37:26 +0100
commit9e555bc2bf618148929e52ccd0efdb1b752bdcac (patch)
tree5e6f01123d795624c0093df6e08307be2b2c8cd0 /run.h
parent24fb17017e9d6238488c9827da0ee6d0f4f84356 (diff)
compilation of basic arithmetic exprs to bytecode
Diffstat (limited to 'run.h')
-rw-r--r--run.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/run.h b/run.h
deleted file mode 100644
index 291897c..0000000
--- a/run.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _run_h
-#define _run_h
-
-#include "ast.h"
-#include "ht.h"
-#include "val.h"
-
-
-
-#endif