aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-08-09fixed the -1 letter tstill dont try \\ xd and for the case < in.txt cat -e > ↵Christopher Uhlig
out.txt | grep test im working on it >D
2024-08-09shorten version with buggChristopher Uhlig
2024-08-08old version improved for edgecase and removed leaksChristopher Uhlig
2024-08-05tried without manz changes to improve it pls test it also doueble and single ↵Christopher Uhlig
quote again
2024-08-05fixed norm stuffChristopher Uhlig
2024-08-05made the if debug around print tokenChristopher Uhlig
2024-08-05update for sanityzer in condiprintChristopher Uhlig
2024-08-05remove strncpy out of tokenizer fChristopher Uhlig
2024-08-05removed notes out of tokenizer.cChristopher Uhlig
2024-08-05updated the date in headerChristopher Uhlig
2024-08-04made it norm comform exept one funkction to muchChristopher Uhlig
2024-07-22added in repl.c tokenizer + visual and freeChristopher Uhlig
2024-07-22some testcases and changesChristopher Uhlig
2024-06-28added tokenizer funktion with connection to struct the test with the ↵Christopher Uhlig
printable function didnt worked have to update main as well added currently strncpy in tokenizer test reason later needs to be move also need to add the token part for pipe
2024-06-28Add data structures for tokenizing and parsingDominik Kaiser
* Add data structures and helper functions for ast * Add data structures for tokenizing * Add helper functions for token structures * Include token.h in minishell.h * Add new/free functions for nodes/tokens to Makefile * Add UNREACHABLE macro to debug_tools.h
2024-06-25Add historyDominik Kaiser
2024-06-25Add basic command line Dominik Kaiser
* Initialize terminal and signal handling * Add basic repl that doesn't do anything yet * Add handling for Ctrl-C, Ctrl-D and Ctrl-\ in interactive mode
2024-06-25Add debug toolsDominik Kaiser
* Add dbg() function and debug make rule * Add panic() debug function
2024-06-22Add main.c and minishell.hDominik Kaiser