diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2025-05-22 11:32:03 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2025-05-22 11:32:03 +0200 |
commit | be21cdaa9f408535379360b401089c8e2335e818 (patch) | |
tree | c271335e930e3da3244c69503980581a340c3cf2 /include | |
parent | fba0e505aaa067d3e19849536aa0142ab6fe187d (diff) | |
download | imp-be21cdaa9f408535379360b401089c8e2335e818.tar.gz imp-be21cdaa9f408535379360b401089c8e2335e818.zip |
print ast
Diffstat (limited to 'include')
-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 |