From bb3822cbb347c712925530ded451fc9027f3b26f Mon Sep 17 00:00:00 2001 From: A404M Date: Fri, 30 May 2025 19:57:25 +0330 Subject: add more memory management stuff --- src/runner/runner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runner') 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; } -- cgit v1.2.3