feat: fuckning working

This commit is contained in:
matteo 2026-01-29 20:29:02 +01:00
parent 56f0a979a7
commit 028d4312af
4 changed files with 28 additions and 49 deletions

View file

@ -39,7 +39,9 @@ void ast_free(struct ast **node)
case AST_WORD:
ast_free_word(ast_get_word(*node));
break;
case AST_ASSIGNMENT:
ast_free_assignment(ast_get_assignment(*node));
break;
case AST_VOID:
case AST_END:
break;