ast viewer

This commit is contained in:
Nathan Lebrun
2025-01-28 16:58:46 +01:00
parent 16e351d92d
commit 7f144ab089
4 changed files with 122 additions and 20 deletions

View File

@@ -13,7 +13,8 @@
#ifndef AST_H
# define AST_H
# include "../../includes/env.h"
/*# include "../../includes/env.h"*/
# include "../../lib/libft/libft.h"
typedef enum e_state
{
@@ -55,4 +56,7 @@ typedef struct s_ast_n
t_ast_n *return_hardcode_ast(char **envp);
// env TMP
char **init_env(char **envp);
#endif