word splitting: a single word is not split

Sorry this commit is a bit big, lots of groudwork is being established here
This commit is contained in:
Khaïs COLIN 2025-02-13 15:17:30 +01:00
parent 871571e258
commit a083800506
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
9 changed files with 262 additions and 0 deletions

View file

@ -27,6 +27,9 @@ srcs = \
src/get_command.c \
src/parser/matchers/identifier.c \
src/parser/matchers/metacharacter.c \
src/parser/worddesc/worddesc.c \
src/parser/wordlist/wordlist.c \
src/parser/wordsplit/wordsplit.c \
objs = $(srcs:.c=.o)
export objs