norming: adding ast/from_node to norm

This commit is contained in:
Raphaël 2024-09-06 11:04:00 +02:00
parent 38fc882915
commit 7ed0c2288a
2 changed files with 11 additions and 8 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/26 10:55:52 by rparodi #+# #+# */
/* Updated: 2024/09/03 15:48:47 by maiboyer ### ########.fr */
/* Updated: 2024/09/06 11:02:57 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -141,7 +141,6 @@ t_error build_sym_list(t_parse_node self, t_const_str input, t_ast_node *out)
return (*out = ret, NO_ERROR);
}
t_error ast_from_node(\
t_parse_node node, t_const_str input, t_ast_node *out)
{