mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
wordsplit: handle operators
This commit is contained in:
parent
558ddb4096
commit
f92763e479
7 changed files with 200 additions and 15 deletions
2
Makefile
2
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue