/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* run_ast.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/07/11 17:22:29 by maiboyer #+# #+# */ /* Updated: 2024/07/11 17:22:57 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ #include "me/types.h" #include "ast/ast.h" #include "exec/run.h"