Commit Graph

12 Commits

Author SHA1 Message Date
whaffman
98451de1fa 0 Norm errors 2025-02-28 14:19:54 +01:00
Quinten Mennen
4cdc9c3530 more refactor for parser 2025-02-27 16:09:36 +01:00
Quinten Mennen
e5569d9b0b refactor: creating commands 2025-02-27 16:05:15 +01:00
whaffman
c366ddd6d6 norm 4 2025-02-26 16:21:17 +01:00
whaffman
5d01cf3086 minishell -> msh 2025-02-26 16:17:07 +01:00
whaffman
ab72bd5bbb malloc_safe
- add freelist to minishell
- add t_minishell *minishell to all function calling malloc_free
- substituted all malloc calls but the first to malloc_safe
2025-02-25 14:54:17 +01:00
Quinten
ea90a00c33 merge main into quitnen 2025-02-23 12:46:02 +01:00
Quinten
45968e547e parsing input redirects 2025-02-23 12:20:19 +01:00
Quinten Mennen
6d308b4a67 we're expanding 2025-02-18 20:04:56 +01:00
whaffman
486a207834 norm errors 2025-02-11 17:22:11 +01:00
Quinten Mennen
0992ae20cf feat: parsing a token list into a command list 2025-02-11 16:29:31 +01:00
Quinten Mennen
015c5eb330 feat: setup for parser 2025-02-11 14:07:46 +01:00