feat: fuckning working
This commit is contained in:
parent
56f0a979a7
commit
028d4312af
4 changed files with 28 additions and 49 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue