aboutsummaryrefslogtreecommitdiff
path: root/interpreter/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter/eval.h')
-rw-r--r--interpreter/eval.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/interpreter/eval.h b/interpreter/eval.h
index 3acd1d0..ca2741f 100644
--- a/interpreter/eval.h
+++ b/interpreter/eval.h
@@ -3,6 +3,8 @@
#include "syntax.h"
+expression* eval_main(fuspel*);
+
expression* eval_rnf(fuspel*, expression*);
expression* eval(fuspel*, expression*);