diff options
Diffstat (limited to 'include/interpreter.h')
-rw-r--r-- | include/interpreter.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |