aboutsummaryrefslogtreecommitdiff
path: root/include/ast.h
AgeCommit message (Collapse)Author
2025-01-20mergedChristopher Uhlig
2025-01-16Create filesDominik 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-09Adding working parsingDominik Kaiser
TODO: Refactoring
2024-07-08Move assign into cmd nodeDominik Kaiser
2024-07-01Remove unneeded struct s_sequenceDominik 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