cmdgroup parsing: parse cmdlist surrounded by parentheses

This commit is contained in:
Khaïs COLIN 2025-03-20 12:17:54 +01:00
parent 185a069044
commit 0fbfee7d78
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
7 changed files with 169 additions and 5 deletions

View file

@ -30,8 +30,9 @@ srcs = \
src/executing/here_doc/strip_newline.c \
src/ft_errno.c \
src/get_command.c \
src/parser/cmdgroup/cmdgroup_builder.c \
src/parser/cmdgroup/cmdgroup.c \
src/parser/cmdgroup/cmdgroup_builder.c \
src/parser/cmdgroup/paren.c \
src/parser/cmdlist/cmdlist.c \
src/parser/cmdlist/cmdlist_builder.c \
src/parser/cmdlist/cmdlist_debug.c \