diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-30 19:57:25 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-30 19:57:25 +0330 |
commit | bb3822cbb347c712925530ded451fc9027f3b26f (patch) | |
tree | 19e3d3fdb99aa61f331346eeb559e5a625e94b7a /src/runner | |
parent | 1f529259c67dad4828908d502f40cb71d0345c56 (diff) |
add more memory management stuff
Diffstat (limited to 'src/runner')
-rw-r--r-- | src/runner/runner.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runner/runner.c b/src/runner/runner.c index 611d55f..52be448 100644 --- a/src/runner/runner.c +++ b/src/runner/runner.c @@ -2409,6 +2409,7 @@ AstTree *castTo(AstTree *tree, AstTree *to) { case AST_TREE_TOKEN_TYPE_C_LIBRARY: case AST_TREE_TOKEN_TYPE_C_FUNCTION: } + printLog("%s", AST_TREE_TOKEN_STRINGS[tree->token]); UNREACHABLE; } |