From c62d7748aace9ae1234c53703fe8231236c9e123 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 29 Aug 2016 19:55:21 +0200 Subject: Currying arguments and Code applications --- interpreter/print.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'interpreter/print.h') diff --git a/interpreter/print.h b/interpreter/print.h index 5909087..544786f 100644 --- a/interpreter/print.h +++ b/interpreter/print.h @@ -2,6 +2,7 @@ #define _H_PRINT #include "syntax.h" +#include "graphs.h" void print_token(token*); void print_token_list(token_list*); @@ -10,4 +11,6 @@ void print_expression(expression*); void print_rewrite_rule(rewrite_rule*); void print_fuspel(fuspel*); +void print_node(struct node*); + #endif -- cgit v1.2.3