cmdgroup parsing refactor: use builder pattern

This will make it easier to add the next logic stuff to it
This commit is contained in:
Khaïs COLIN 2025-03-20 12:17:54 +01:00
parent 73a64b2ec3
commit 185a069044
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
4 changed files with 116 additions and 7 deletions

View file

@ -30,6 +30,7 @@ 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/cmdlist/cmdlist.c \
src/parser/cmdlist/cmdlist_builder.c \