update: should handle built-in variables

This commit is contained in:
maix0 2024-10-06 14:37:54 +02:00
parent b058348d35
commit d459a8b8dc
11 changed files with 81 additions and 24 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/02 15:49:56 by maiboyer #+# #+# */
/* Updated: 2024/09/26 18:10:23 by maiboyer ### ########.fr */
/* Updated: 2024/10/06 14:20:09 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -28,6 +28,7 @@ struct s_state
t_hashmap_env *tmp_var;
void *parser;
t_ast_node ast;
t_i32 last_exit;
};
#endif /* STATE_H */