feat(main_loop): subshell start

This commit is contained in:
matteo 2026-01-31 18:31:00 +01:00
parent a7065a1d9f
commit c7822a2534
4 changed files with 153 additions and 62 deletions

View file

@ -20,6 +20,7 @@ libutils_a_SOURCES = \
ast/ast_loop.c \
args/args.c \
vars/vars.c \
main_loop/main_loop.c \
ast/ast_assignment.c \
ast/ast_subshell.c \
ast/ast_function.c