feat: ast_subshell

This commit is contained in:
matteo 2026-01-31 19:25:42 +01:00
parent bb7d4b772e
commit 5eed5fa65f
5 changed files with 54 additions and 1 deletions

View file

@ -21,6 +21,7 @@ libutils_a_SOURCES = \
args/args.c \
vars/vars.c \
ast/ast_assignment.c \
ast/ast_subshell.c \
ast/ast_function.c
libutils_a_CPPFLAGS = -I$(top_srcdir)/src