added the exec part
This commit is contained in:
parent
4f6e96d0e0
commit
2cfce88274
9 changed files with 138 additions and 5 deletions
15
exec/src/run_ast.c
Normal file
15
exec/src/run_ast.c
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue