- Tokenizer + Expand: Doubly linked list with substring and enum value for token [MERGED]
- Parser
- Execution and with globing and expansion
- Implement Signal
- Error Management (check syntax error for heredoc + permission for files)
- Implement Pipe Pipex Guide
- Implement Globing algo : algo [DONE: check use case]
- Implement Redirections
- Implement Here-Doc [DONE: decide output]
- Search Path function [DONE: may be refacto]
- Bultins [TO COMPLETE]
- Unit Test [TOKENS, SYNTAX, LEAK] (Could add more test to each) (Check LEAK BEHAVIOR) (Sanitize + malloc protection)
- Add path to prompt [DONE]
- handle ';' [DONE]
- Debugger [IN PROGRESS]