wordsplit: handle operators

This commit is contained in:
Khaïs COLIN 2025-02-17 16:14:14 +01:00
parent 558ddb4096
commit f92763e479
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
7 changed files with 200 additions and 15 deletions

View file

@ -29,6 +29,8 @@ srcs = \
src/parser/matchers/blank.c \
src/parser/matchers/identifier.c \
src/parser/matchers/metacharacter.c \
src/parser/matchers/operator_combo.c \
src/parser/matchers/operator_start.c \
src/parser/worddesc/worddesc.c \
src/parser/wordlist/wordlist.c \
src/parser/wordsplit/wordsplit.c \