summaryrefslogtreecommitdiff
path: root/run.h
diff options
context:
space:
mode:
Diffstat (limited to 'run.h')
-rw-r--r--run.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/run.h b/run.h
new file mode 100644
index 0000000..64484d8
--- /dev/null
+++ b/run.h
@@ -0,0 +1,8 @@
+#ifndef _run_h
+#define _run_h
+
+#include "ast.h"
+
+int eval(AstNode a);
+
+#endif