aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-05removed notes out of tokenizer.cChristopher Uhlig
2024-08-05removed debugs functions out of headerChristopher Uhlig
2024-08-05removed .vscodeChristopher Uhlig
2024-08-05updated the date in headerChristopher Uhlig
2024-08-05added second version at some pointChristopher Uhlig
2024-08-05added -g flagg for compileChristopher Uhlig
2024-08-04made it norm comform exept one funkction to muchChristopher Uhlig
2024-08-04updated token header but still norm erro idkChristopher Uhlig
2024-08-02Refactor parserDominik Kaiser
2024-08-02Add function free_tokens()Dominik Kaiser
2024-08-02Fix some issues in parse_cmd.cDominik Kaiser
2024-08-02Fix print_astDominik Kaiser
2024-07-22Add print_ast functionDominik Kaiser
2024-07-22Fix errors and make the parser workDominik Kaiser
2024-07-22added in repl.c tokenizer + visual and freeChristopher Uhlig
2024-07-22some testcases and changesChristopher Uhlig
2024-07-22debugger minishellChristopher Uhlig
2024-07-09Adding working parsingDominik Kaiser
2024-07-09Remove redundant funcs and add parse funcs to header and MakefileDominik Kaiser
2024-07-09Get colllect_args() to work properlyDominik Kaiser
2024-07-08Add most of parse_cmdDominik Kaiser
2024-07-08Add most of the parserDominik Kaiser
2024-07-08Move assign into cmd nodeDominik Kaiser
2024-07-08Add free_token_and_connect() functionDominik Kaiser
2024-07-01Remove unneeded struct s_sequenceDominik Kaiser
2024-06-28updated makefile for tokenizerChristopher Uhlig
2024-06-28added tokenizer funktion with connection to struct the test with the printabl...Christopher Uhlig
2024-06-28updated the prototyps for the tokenizerChristopher Uhlig
2024-06-28Add data structures for tokenizing and parsingDominik Kaiser
2024-06-25Add historyDominik Kaiser
2024-06-25Add basic command line Dominik Kaiser
2024-06-25Add debug toolsDominik Kaiser
2024-06-24Add space to includes in MakefileDominik Kaiser
2024-06-24Add libft headers to MakefileDominik Kaiser
2024-06-24Add libftDominik Kaiser
2024-06-22Add main.c and minishell.hDominik Kaiser
2024-06-22Add MakefileDominik Kaiser