matchers: add matcher for <blank> character class

This commit is contained in:
Khaïs COLIN 2025-02-14 15:06:01 +01:00
parent ac10c3b4de
commit aa12f7c971
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
3 changed files with 47 additions and 0 deletions

View file

@ -25,6 +25,7 @@ srcs = \
src/env/envp.c \
src/ft_errno.c \
src/get_command.c \
src/parser/matchers/blank.c \
src/parser/matchers/identifier.c \
src/parser/matchers/metacharacter.c \
src/parser/worddesc/worddesc.c \