Files
mmoat/tests/ast/ast.c
2025-01-24 14:10:50 +01:00

21 lines
995 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ast.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/24 08:22:16 by nalebrun #+# #+# */
/* Updated: 2025/01/24 08:22:16 by nalebrun ### ########.fr */
/* */
/* ************************************************************************** */
#include "ast.h"
/*void ast(t_node *token_lst)*/
/*{*/
/* t_node *head = token_lst;*/
/**/
/**/
/*}*/