minishell/src/parser
2025-04-15 15:17:51 +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: pass correct arguments to prevent use-after-free 2025-04-15 15:15:30 +02:00
matchers matchers: add matcher for a pipe 2025-02-24 14:56:16 +01:00
pipeline parsing: pass correct arguments to prevent use-after-free 2025-04-15 15:15:30 +02:00
redirect debug: worddesc show more information 2025-04-15 15:17:51 +02:00
remove_quotes token_type: add field with no logic for populating it 2025-04-15 15:15:30 +02:00
simple_cmd debug: worddesc show more information 2025-04-15 15:17:51 +02:00
worddesc debug: worddesc show more information 2025-04-15 15:17:51 +02:00
wordlist debug: worddesc show more information 2025-04-15 15:17:51 +02:00
wordsplit token_type: assign token_type to worddesc during wordsplit 2025-04-15 15:17:51 +02:00
cmd_parsing.c parsing: pass correct arguments to prevent use-after-free 2025-04-15 15:15:30 +02:00
cmd_parsing.h parsing: pass correct arguments to prevent use-after-free 2025-04-15 15:15:30 +02:00