hardcode ast
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user