aboutsummaryrefslogtreecommitdiff
path: root/compiler/eval.h
diff options
context:
space:
mode:
authorCamil Staps2016-08-25 11:16:49 +0200
committerCamil Staps2016-08-25 11:16:49 +0200
commit7d9b5a0c84a931542c088cfe6bc4325be22ecb71 (patch)
tree085e5ae27cfbabc2e1533f4927969f5784dd1cfc /compiler/eval.h
Initial commit
Diffstat (limited to 'compiler/eval.h')
-rw-r--r--compiler/eval.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/eval.h b/compiler/eval.h
new file mode 100644
index 0000000..bf3eea8
--- /dev/null
+++ b/compiler/eval.h
@@ -0,0 +1,8 @@
+#ifndef _H_EVAL
+#define _H_EVAL
+
+#include "syntax.h"
+
+expression* eval(fuspel*, expression*);
+
+#endif