| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-22 | kinda fix for pipe error and again.vs for you db just chnage workfolder gn | Christopher Uhlig | |
| 2025-01-13 | here | Christopher Uhlig | |
| 2024-08-11 | Remove assigns | Dominik 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-08-11 | Fix parser bugs | Dominik Kaiser | |
| 2024-08-11 | Merge changes from main into parser branch | Dominik Kaiser | |
| 2024-08-05 | added strncpy in make and removed -g out of main makefile | Christopher Uhlig | |
| 2024-08-05 | added -g flagg for compile | Christopher Uhlig | |
| 2024-07-22 | Add print_ast function | Dominik Kaiser | |
| 2024-07-09 | Remove redundant funcs and add parse funcs to header and Makefile | Dominik Kaiser | |
| 2024-06-28 | updated makefile for tokenizer | Christopher Uhlig | |
| 2024-06-28 | Add data structures for tokenizing and parsing | Dominik 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-25 | Add 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-25 | Add debug tools | Dominik Kaiser | |
| * Add dbg() function and debug make rule * Add panic() debug function | |||
| 2024-06-24 | Add space to includes in Makefile | Dominik Kaiser | |
| 2024-06-24 | Add libft headers to Makefile | Dominik Kaiser | |
| 2024-06-24 | Add libft | Dominik Kaiser | |
| 2024-06-22 | Add Makefile | Dominik Kaiser | |
