mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
matcher: is_quote
This commit is contained in:
parent
591518e9bc
commit
e10ed04169
4 changed files with 47 additions and 3 deletions
1
Makefile
1
Makefile
|
|
@ -31,6 +31,7 @@ srcs = \
|
|||
src/parser/matchers/metacharacter.c \
|
||||
src/parser/matchers/operator_combo.c \
|
||||
src/parser/matchers/operator_start.c \
|
||||
src/parser/matchers/quote.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
src/parser/wordsplit/rule_utils.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue