aboutsummaryrefslogtreecommitdiff
path: root/include/eval.h
AgeCommit message (Expand)Author
2020-09-13Refactoring eval file structure, Added comment to builtinCharles Cabergs
2020-09-13Fixing pipe zombie childrenCharles Cabergs
2020-09-12Added concurrent pipeline (not working with minishell_test for some obscure r...Charles Cabergs
2020-09-11Removing command local variableCharles Cabergs
2020-09-10Added better error handling in evalCharles Cabergs
2020-09-09Re Added cmd variableCharles Cabergs
2020-08-28Fixing double free redir, export and preprocess on empty valueCharles 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-08-27Renaming e_token_tag -> e_tokCharles Cabergs
2020-07-20update eval_cmdnass1pro
2020-07-15Added cmd local/exported environment variable (WIP, still a few edge cases)Charles
2020-07-14Refactoring error handling during parsingCharles
2020-07-13Added signal interupt and signal quitCharles
2020-06-23Fixing builtin which needed to not be run in a child process, Added exit builtinCharles
2020-06-19Added parenthesis handling in eval (not tested)Charles
2020-06-18Merge branch 'parse_cmd'Charles
2020-06-17Update line opnass1pro
2020-06-17Added (basic) operator evaluationCharles
2020-06-15Refactoring redirection out of eval/cmd.c, Added tag check shortcutCharles
2020-06-15Fixing leaks (need refactoring)Charles
2020-06-14WIP: Added eval cmd with redirection and builtinsCharles
2020-06-14Added eval cmd and error handling draft, Updated preprocessing for listCharles
2020-06-14Changing ast related struct and fixing functions accordinglyCharles
2020-05-04Removing data name in ast union, io_frame, root line ast tagCharles
2020-04-03Evaluation pipe frame (not tested)Charles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-04-01Added builtin support in command eval, Refactoring eval/builtin function, Add...Charles
2020-04-01Added AST functions, tested eval with basic inputCharles
2020-03-31Removing ms_ prefix, Removing junkCharles