minishell/src/parser
2025-04-15 14:41:43 +02:00
..
cmd parsing: create specialised function to create a t_cmd 2025-04-15 14:41:43 +02:00
cmdgroup parsing: remove (at least some) dead code 2025-04-15 14:41:43 +02:00
connec_cmd parsing: refactor out the last two functions needed to pass the norm 2025-04-15 14:41:43 +02:00
group_cmd parsing: refactor group_cmd_parse into own file 2025-04-15 14:41:43 +02:00
matchers matchers: add matcher for a pipe 2025-02-24 14:56:16 +01:00
pipeline parsing: refactor out the last two functions needed to pass the norm 2025-04-15 14:41:43 +02:00
redirect parsing: refactor minishell_redirect_parse to own file 2025-04-15 14:41:43 +02:00
remove_quotes parsing: remove (at least some) dead code 2025-04-15 14:41:43 +02:00
simple_cmd parsing: refactor minishell_simple_cmd_parse into own file 2025-04-15 14:41:43 +02:00
worddesc parse-cmd: Mainly adding destructors and a token type. 2025-04-08 16:29:57 +02:00
wordlist debug, destroy all new types (also some code for testing it) 2025-04-15 14:41:43 +02:00
wordsplit norm: fix small norm error 2025-03-11 14:58:13 +01:00
cmd_parsing.c parsing: refactor out the last two functions needed to pass the norm 2025-04-15 14:41:43 +02:00
cmd_parsing.h parsing: refactor out the last two functions needed to pass the norm 2025-04-15 14:41:43 +02:00