mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
cmdlist: use new architecture (STUB)
I fixed the tests, and the basic functionallity of detecting pipelines works, but detecting nested cmdgroups is not yet implemented
This commit is contained in:
parent
8f7e7f7dfe
commit
56fe943efc
13 changed files with 116 additions and 69 deletions
1
Makefile
1
Makefile
|
|
@ -33,6 +33,7 @@ srcs = \
|
|||
src/parser/cmdgroup/cmdgroup.c \
|
||||
src/parser/command_list/command_list_builder.c \
|
||||
src/parser/command_list/command_list.c \
|
||||
src/parser/command_list/command_list_item.c \
|
||||
src/parser/command_list/operator.c \
|
||||
src/parser/matchers/blank.c \
|
||||
src/parser/matchers/identifier.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue