mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
cmdgroup parsing refactor: use builder pattern
This will make it easier to add the next logic stuff to it
This commit is contained in:
parent
73a64b2ec3
commit
185a069044
4 changed files with 116 additions and 7 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_builder.c \
|
||||
src/parser/cmdgroup/cmdgroup.c \
|
||||
src/parser/cmdlist/cmdlist.c \
|
||||
src/parser/cmdlist/cmdlist_builder.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue