fixes + norm
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
/* ::: :::::::: */
|
||||
/* parsing.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
|
||||
/* 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 */
|
||||
/* Updated: 2025/02/11 16:45:11 by nalebrun ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -17,4 +17,8 @@
|
||||
|
||||
t_ast_n *parser(char *input, t_msh *msh);
|
||||
|
||||
int unexpected_token(t_node *node);
|
||||
int is_aop_operator(t_node *node);
|
||||
void interpret_cmd(char **input, t_msh *msh);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -64,5 +64,7 @@ int find_quote_node(t_node *head, char q);
|
||||
int syntax_error(t_node *head);
|
||||
char *copy_meta(char *val, int *copied);
|
||||
char *copy_unmeta(char *val, int *copied);
|
||||
void debug_token_list(t_node* lst, char *msg);
|
||||
void set_token(t_node *head);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user