added the exec part

This commit is contained in:
Maieul BOYER 2024-07-11 18:05:27 +02:00
parent 4f6e96d0e0
commit 2cfce88274
No known key found for this signature in database
9 changed files with 138 additions and 5 deletions

15
exec/src/run_ast.c Normal file
View file

@ -0,0 +1,15 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* run_ast.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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"