| Age | Commit message (Collapse) | Author |
|
* Fix norme for free_node.c
* Uglify parser.c
* Merge parser updates into refactor-parser
* Outsource collect_assigns and collect_redirs
* Make parse_cmd.c norme conform
* Make free_tokens() norme conform
* Make collect_assigns.c norme conform
* Some refactoring of collect_redirs
* Refactor collect_redirs
|
|
|
|
|
|
|
|
TODO: Refactoring
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|