From be21cdaa9f408535379360b401089c8e2335e818 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Thu, 22 May 2025 11:32:03 +0200 Subject: print ast --- include/interpreter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/interpreter.h b/include/interpreter.h index b21e548..09f1e18 100644 --- a/include/interpreter.h +++ b/include/interpreter.h @@ -20,5 +20,7 @@ int interp_ast(context_t context, ASTNode *node); int interp_file (context_t context, const char *path); int interp_str (context_t context, const char *str); +int print_ast_file (const char *path); + #endif \ No newline at end of file -- cgit v1.2.3