42/minishell.git
2024-07-19 Lukas JiristeSimplify the about_grammmar
2024-07-19 Lukas JiristeReplace the parsing table with a correct one
2024-06-27 Lukas JiristeFix leak.
2024-06-27 Lukas JiristeUpdate Libft for better parse_tree printing
2024-06-27 Lukas JiristeFix quote handling during tokenization
2024-06-23 Lukas JiristeImplement tokenization
2024-06-21 Lukas JiristeChange the file structure of the project
2024-06-21 Lukas JiristeUpdate Libft for parsing support
2024-06-21 Lukas JiristeAdd grammar rules and parsing table for minishell
2024-06-14 Lukas JiristeRepair problems caused by change 2 commit back
2024-06-14 Lilia-42Add a comment
2024-06-14 Lukas JiristeChange char * as it is easier to understand
2024-05-03 Lukas JiristeCreate the structure for input handling
2024-05-03 Lukas JiristeRename almost_empty to is_almost_empty
2024-05-02 Lukas JiristeAdd version without history
2024-05-02 Lukas JiristeImplement variables framework, update Libft
2024-04-26 Lukas JiristeImplement exitable skeleton of a shell
2024-04-26 Lukas JiristeCreate the foundations for minishell