This commit is contained in:
Nathan Lebrun
2025-02-06 11:27:00 +01:00
parent 2bfdc3814f
commit 2e015152cf
5 changed files with 13 additions and 3 deletions

View File

@@ -83,5 +83,6 @@ void create_and_or(t_ast_n *parrent, t_node *lst, t_node *token, t_msh *msh);
// free
void free_ast(t_ast_n *node);
void free_lltab(t_nodell *nodell);
#endif