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:
Khaïs COLIN 2025-03-18 15:46:15 +01:00
parent 40c5164eef
commit 5379ad34f2
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
5 changed files with 62 additions and 17 deletions

View file

@ -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 \