matchers: add matcher for a pipe

This commit is contained in:
Khaïs COLIN 2025-02-21 14:13:51 +01:00
parent 256a8f5f9b
commit 2b8bb859d1
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
3 changed files with 46 additions and 0 deletions

View file

@ -31,6 +31,7 @@ srcs = \
src/parser/matchers/metacharacter.c \
src/parser/matchers/operator_combo.c \
src/parser/matchers/operator_start.c \
src/parser/matchers/pipe.c \
src/parser/matchers/quote.c \
src/parser/pipeline/pipeline.c \
src/parser/simple_cmd/simple_cmd.c \