normed: includes

This commit is contained in:
maix0 2024-10-12 15:38:33 +02:00
parent 43d394ba32
commit 7bb95e24a6
3 changed files with 42 additions and 46 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/02 15:49:56 by maiboyer #+# #+# */
/* Updated: 2024/10/06 14:20:09 by maiboyer ### ########.fr */
/* Updated: 2024/10/12 15:35:52 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -22,13 +22,12 @@ typedef struct s_state t_state;
struct s_state
{
t_ast_node ast;
t_const_str prompt;
t_str str_input;
t_hashmap_env *env;
t_hashmap_env *tmp_var;
void *parser;
t_ast_node ast;
t_i32 last_exit;
t_str str_input;
};
#endif /* STATE_H */