| Age | Commit message (Collapse) | Author |
|
|
|
value add by $ use
|
|
|
|
|
|
|
|
* 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
|
|
* 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
|
|
* Add dbg() function and debug make rule
* Add panic() debug function
|