command list parsing: handle empty input

This is really not that usefull, it is more to setup the groundwork
This commit is contained in:
Khaïs COLIN 2025-02-24 17:52:05 +01:00 committed by Khaïs COLIN
parent 1c653d9665
commit eb21f00156
5 changed files with 129 additions and 0 deletions

View file

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