aboutsummaryrefslogtreecommitdiff
path: root/include/token.h
AgeCommit message (Collapse)Author
2024-08-04updated token header but still norm erro idkChristopher Uhlig
2024-06-28updated the prototyps for the tokenizerChristopher 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