Files
mmoat/includes/parser/parsing.h
gazhonsepaskwa 45dc502424 error correction
2025-02-03 13:34:41 +01:00

21 lines
1008 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parsing.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/24 14:45:28 by nalebrun #+# #+# */
/* Updated: 2025/01/24 14:45:28 by nalebrun ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef PARSING_H
# define PARSING_H
# include "../minishell.h"
t_ast_n *parser(char *input, t_msh *msh);
#endif