hardcode ast

This commit is contained in:
Nathan Lebrun
2025-01-27 14:14:02 +01:00
parent 8a24b6817f
commit 775f25a837
7 changed files with 266 additions and 15 deletions

View File

@@ -14,8 +14,12 @@
# define PARSING_H
# include "tokenizer/tokenizer.h"
# include "ast/ast.h"
// drawio
void gen_dio_linked_list(t_node *head, char *fp);
// tmp_env
char **init_env(char **envp);
#endif