Commit Graph

9 Commits

Author SHA1 Message Date
Quinten Mennen
c2f062c671 refactor: lexer 2025-02-27 16:18:57 +01:00
whaffman
5d01cf3086 minishell -> msh 2025-02-26 16:17:07 +01:00
whaffman
07f48cfc62 free_safe working state WIP 2025-02-25 15:43:56 +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
whaffman
d289065ade feat: builtin router, checker and buitlin stubs 2025-02-20 11:43:15 +01:00
Quinten Mennen
6d308b4a67 we're expanding 2025-02-18 20:04:56 +01:00
Quinten Mennen
adee957c2d refactor: parsing tokens is now less bulky 2025-02-18 17:03:11 +01:00
Quinten Mennen
8e4baccc22 fix: works with any amount of quotes now 2025-02-05 19:27:29 +01:00
Quinten Mennen
a88a4656e3 chore: split up function in multiple files 2025-02-05 19:12:27 +01:00