mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
command list parsing: handle empty input
This is really not that usefull, it is more to setup the groundwork
This commit is contained in:
parent
1c653d9665
commit
eb21f00156
5 changed files with 129 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue