mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
rule utils: unquoted operator
This commit is contained in:
parent
edf8946fe3
commit
f86de825bd
4 changed files with 49 additions and 4 deletions
1
Makefile
1
Makefile
|
|
@ -33,6 +33,7 @@ srcs = \
|
|||
src/parser/matchers/operator_start.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
src/parser/wordsplit/rule_utils.c \
|
||||
src/parser/wordsplit/tokenizing_1_5.c \
|
||||
src/parser/wordsplit/tokenizing_6_10.c \
|
||||
src/parser/wordsplit/wordsplit.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue