From 27971f8bb01eff8037d3897f7b8d5cde99dce4f0 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 3 Apr 2018 20:32:40 +0200 Subject: Resolve #11: print end result as soon as it is in HNF --- interpreter/eval.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'interpreter/eval.h') diff --git a/interpreter/eval.h b/interpreter/eval.h index 121f3be..9dd1ce0 100644 --- a/interpreter/eval.h +++ b/interpreter/eval.h @@ -1,9 +1,11 @@ #ifndef _H_FUSPEL_EVAL #define _H_FUSPEL_EVAL +#include <stdio.h> + #include "syntax.h" -struct expression *eval_main(struct fuspel* +struct expression *eval_main(FILE *out, struct fuspel* #ifdef FUSPEL_DEBUG , bool debug_graphs #endif -- cgit v1.2.3