mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
cmdlist debug: implement debug func (STUB)
I need to actually parse some cmdlists for this to have any meaning further
This commit is contained in:
parent
40c5164eef
commit
5379ad34f2
5 changed files with 62 additions and 17 deletions
1
Makefile
1
Makefile
|
|
@ -33,6 +33,7 @@ srcs = \
|
|||
src/parser/cmdgroup/cmdgroup.c \
|
||||
src/parser/cmdlist/cmdlist.c \
|
||||
src/parser/cmdlist/cmdlist_builder.c \
|
||||
src/parser/cmdlist/cmdlist_debug.c \
|
||||
src/parser/cmdlist/cmdlist_item.c \
|
||||
src/parser/cmdlist/operator.c \
|
||||
src/parser/matchers/blank.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue