tree debug: implement rest of tree debug

This is a big commit, sorry!
This commit is contained in:
Khaïs COLIN 2025-03-19 12:08:53 +01:00
parent 76b2b8ec7f
commit 1f03cbbedb
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
16 changed files with 190 additions and 159 deletions

View file

@ -45,6 +45,7 @@ srcs = \
src/parser/matchers/quote.c \
src/parser/pipeline/pipeline.c \
src/parser/pipeline/pipeline_parse.c \
src/parser/pipeline/pipeline_debug.c \
src/parser/pipeline/pipeline_parse_baseops.c \
src/parser/remove_quotes/remove_quotes.c \
src/parser/simple_cmd/simple_cmd.c \