aboutsummaryrefslogtreecommitdiff
path: root/interpreter/fuspelc.c
diff options
context:
space:
mode:
authorCamil Staps2016-08-26 00:46:55 +0200
committerCamil Staps2016-08-26 00:46:55 +0200
commit00e2c70b01f28c9b00ec3d5096895a387676774d (patch)
tree8ee65ec944e5cdd79d517c723e6b506fa7ee43a1 /interpreter/fuspelc.c
parentAdded tup example (diff)
Linking C functions
Diffstat (limited to 'interpreter/fuspelc.c')
-rw-r--r--interpreter/fuspelc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/interpreter/fuspelc.c b/interpreter/fuspelc.c
index 5edb48c..4450486 100644
--- a/interpreter/fuspelc.c
+++ b/interpreter/fuspelc.c
@@ -39,9 +39,9 @@ int main(void) {
exit(EXIT_FAILURE);
}
- printf("\nParsed program:\n");
+ printf("\n");
print_fuspel(pgm);
- printf("\n\n\n");
+ printf("\n\n");
to_eval.kind = EXPR_NAME;
to_eval.var1 = my_calloc(1, 5);