Update to ast* and related stuff

This commit is contained in:
Maix0 2024-06-14 17:45:00 +02:00
parent ea76333cf5
commit 9f41a868a7
15 changed files with 479 additions and 39 deletions

View file

@ -1,6 +1,9 @@
src/hashmap/env/env.c
src/hashmap/env/env_iter.c
src/hashmap/env/env_utils.c
src/vec/ast/ast.c
src/vec/ast/ast_functions2.c
src/vec/ast/ast_functions3.c
src/vec/parser_heredoc/parser_heredoc.c
src/vec/parser_heredoc/parser_heredoc_functions2.c
src/vec/parser_heredoc/parser_heredoc_functions3.c