command list refactor: put functions in correct file

This commit is contained in:
Khaïs COLIN 2025-02-25 15:24:52 +01:00 committed by Khaïs COLIN
parent d280839764
commit bccd68b11f
7 changed files with 209 additions and 127 deletions

View file

@ -26,7 +26,9 @@ srcs = \
src/env/envp.c \
src/ft_errno.c \
src/get_command.c \
src/parser/command_list/command_list_builder.c \
src/parser/command_list/command_list.c \
src/parser/command_list/operator.c \
src/parser/matchers/blank.c \
src/parser/matchers/identifier.c \
src/parser/matchers/metacharacter.c \