postprocessing: do quote removal

This commit is contained in:
Khaïs COLIN 2025-03-20 17:34:07 +01:00
parent 22b0b4746f
commit f07a80c762
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
5 changed files with 141 additions and 3 deletions

View file

@ -46,9 +46,10 @@ srcs = \
src/parser/matchers/pipe.c \
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.c \
src/parser/pipeline/pipeline_parse_baseops.c \
src/parser/remove_quotes/cmdgroup_remove_quotes.c \
src/parser/remove_quotes/remove_quotes.c \
src/parser/simple_cmd/simple_cmd.c \
src/parser/worddesc/worddesc.c \