mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
refactor pipeline: use a state machine for parsing
This allows for easier-to-norm code
This commit is contained in:
parent
c9f8c5a4f9
commit
36df14e599
7 changed files with 322 additions and 60 deletions
2
Makefile
2
Makefile
|
|
@ -34,6 +34,8 @@ srcs = \
|
|||
src/parser/matchers/pipe.c \
|
||||
src/parser/matchers/quote.c \
|
||||
src/parser/pipeline/pipeline.c \
|
||||
src/parser/pipeline/pipeline_parse_baseops.c \
|
||||
src/parser/pipeline/pipeline_parse.c \
|
||||
src/parser/simple_cmd/simple_cmd.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue