aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
AgeCommit message (Expand)Author
2020-10-08Fixing leaks in parser and preprocessorCharles Cabergs
2020-10-06Added pipeline ast and pipeline evaluation (not working when first command is...Charles Cabergs
2020-09-16Refactoring main, all setup code in setup.c, disabled -c and -l flags if not ...Charles Cabergs
2020-08-27Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmdCharles Cabergs
2020-08-27Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlstCharles Cabergs
2020-06-19Parenthesis working, Added getline loop in mainCharles
2020-06-19Fixed ast_printCharles
2020-06-19Added parenthesis handling in eval (not tested)Charles
2020-06-18Fixing little bug in env_searchCharles