Commit Graph

7 Commits

Author SHA1 Message Date
Quinten Mennen
efd4d3f751 extract token conversion funcs 2025-02-27 18:49:04 +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 Mennen
adee957c2d refactor: parsing tokens is now less bulky 2025-02-18 17:03:11 +01:00
Quinten Mennen
df6b7a41ae feat: add heredoc token 2025-02-11 17:39:51 +01:00
Quinten Mennen
8dde78ee19 we are norminette compliant 2025-02-05 19:50:06 +01:00
Quinten Mennen
a88a4656e3 chore: split up function in multiple files 2025-02-05 19:12:27 +01:00