aboutsummaryrefslogtreecommitdiff
path: root/src/new_token.c
AgeCommit message (Collapse)Author
2025-01-25Merge branch 'main' into memleakfixDominik Kaiser
2025-01-25fixed leaks in tokenizer and collectargs also fixed seg for < > and improved ↵Christopher Uhlig
value add by $ use
2025-01-22kinda fix for pipe error and again.vs for you db just chnage workfolder gnChristopher Uhlig
2025-01-20fixed norm tester 133 remove .vsChristopher Uhlig
2024-08-29added other token append to remove the error that its not at the startChristopher Uhlig
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