aboutsummaryrefslogtreecommitdiff
path: root/src/new_node.c
AgeCommit message (Collapse)Author
2025-01-20I love the norme sooooooooooo much!!!!Dominik Kaiser
2025-01-20mergedChristopher Uhlig
2025-01-16Create filesDominik Kaiser
2024-09-17Fix error message printingDominik Kaiser
2024-09-13Fix SEGV on invalid redirectionDominik Kaiser
2024-08-11Remove assignsDominik Kaiser
I found out that there's a difference between shell variables and env variables. We don't have to implement shell variables, so I removed all code that handles them.
2024-07-22Fix errors and make the parser workDominik Kaiser
2024-07-08Move assign into cmd nodeDominik Kaiser
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