mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
cmdgroup parsing: parse empty wordlist
This commit is contained in:
parent
8f919b33df
commit
bc5be67bf6
5 changed files with 98 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -30,6 +30,7 @@ srcs = \
|
|||
src/executing/here_doc/strip_newline.c \
|
||||
src/ft_errno.c \
|
||||
src/get_command.c \
|
||||
src/parser/cmdgroup/cmdgroup.c \
|
||||
src/parser/command_list/command_list_builder.c \
|
||||
src/parser/command_list/command_list.c \
|
||||
src/parser/command_list/operator.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue