Further work on the ast printing

This commit is contained in:
Maix0 2024-07-03 22:41:35 +02:00
parent 776ccfa9c0
commit 519aa1a781
5 changed files with 90 additions and 33 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/14 17:46:58 by maiboyer #+# #+# */
/* Updated: 2024/07/02 21:45:29 by maiboyer ### ########.fr */
/* Updated: 2024/07/03 22:30:01 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -82,11 +82,6 @@ struct s_ast_raw_string
t_usize len;
};
struct s_ast_string
{
t_vec_ast parts;
};
struct s_ast_word
{
t_ast_word_kind kind;