Commit Graph

30 Commits

Author SHA1 Message Date
whaffman
98451de1fa 0 Norm errors 2025-02-28 14:19:54 +01:00
whaffman
3404d05bc5 is_word_char normalized check 2025-02-28 14:04:53 +01:00
whaffman
f2aa33ba24 start is unused 2025-02-28 13:57:08 +01:00
Quinten Mennen
20e71efa5f quick todo 2025-02-27 19:30:16 +01:00
Quinten Mennen
d13fb174c5 quote parsing, love it 2025-02-27 19:29:49 +01:00
Quinten Mennen
2d9b35d127 ofc last minute bug 2025-02-27 19:22:23 +01:00
Quinten Mennen
e07d4b4d79 last rework for the day, hello""world now read helloworld correctly 2025-02-27 19:21:05 +01:00
Quinten Mennen
48256b2c81 extracting more 2025-02-27 19:04:02 +01:00
Quinten Mennen
15b7de994e WAY better quote handling 2025-02-27 18:48:41 +01:00
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
a5e877fdd5 norm 1 2025-02-26 15:27:53 +01:00
whaffman
91cb0af6ef Free_safe implemented, ft_lstnew_safe and ft_lstclear_safe added
ft_strdup_safe added
ft_strjoin_safe added
2025-02-25 16:55:13 +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
Quinten Mennen
a9f356176f redirect setup 2025-02-20 17:54:34 +01:00
whaffman
d289065ade feat: builtin router, checker and buitlin stubs 2025-02-20 11:43:15 +01:00
whaffman
12c439afb0 Merge branch 'willem' 2025-02-19 18:00:09 +01:00
whaffman
450add4cb7 fixed signal and removed infloop after unicode nofix 2025-02-19 17:56:57 +01:00
Quinten Mennen
9f6f48c0ef expansion 2025-02-19 15:24:06 +01:00
Quinten Mennen
6d308b4a67 we're expanding 2025-02-18 20:04:56 +01:00
Quinten Mennen
4005f98b16 refactor: naming conventions 2025-02-18 17:03:40 +01:00
Quinten Mennen
adee957c2d refactor: parsing tokens is now less bulky 2025-02-18 17:03:11 +01:00
Quinten Mennen
75cbe896ce banner work 2025-02-06 13:37:12 +01:00
Quinten Mennen
473135b33d print error 2025-02-05 20:48:45 +01:00
Quinten Mennen
f86720a3ec feat: now it really works with double qoutes 2025-02-05 19:58:22 +01:00
Quinten Mennen
8dde78ee19 we are norminette compliant 2025-02-05 19:50:06 +01:00
Quinten Mennen
3aa1098b29 refactor: upate logo 2025-02-05 19:48:20 +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