aboutsummaryrefslogtreecommitdiff
path: root/src/eval/eval.c
AgeCommit message (Expand)Author
2020-10-15Fixing append redirection labeled has truncate redirectionCharles Cabergs
2020-10-10Fixing signal last status codeCharles Cabergs
2020-10-10Added comment to preprocess, redir, setup, signal, eval_cmd and utilsCharles Cabergs
2020-10-09Splitting preprocessing, Added parsed error helperCharles Cabergs
2020-10-09Norming evalCharles Cabergs
2020-10-07Added signal on pipeline and operationsCharles Cabergs
2020-10-07Fixing parenthesis pipeline parsing, False negative unmatched quote on strCharles Cabergs
2020-10-06Removing previous pipe bloatCharles Cabergs
2020-10-06Added pipeline ast and pipeline evaluation (not working when first command is...Charles Cabergs
2020-09-16Added g_state to store global variables, Refactoring tok_assign_strCharles Cabergs
2020-09-15Partially fixing pipes (more than 1 still breaks)Charles Cabergs
2020-09-15Refactoring env, Removing bloat from utils, exec and envCharles Cabergs
2020-09-14Removing path hash table, replacing it by brute force searchCharles Cabergs
2020-09-14Refactoring exec_search_path to distinguish between command not found and mal...Charles Cabergs
2020-09-13Refactoring eval file structure, Added comment to builtinCharles Cabergs
2020-08-28Fixing double free redir, export and preprocess on empty valueCharles Cabergs
2020-06-18Change parsenass1pro
2020-06-14Added eval cmd and error handling draft, Updated preprocessing for listCharles
2020-06-14Changing ast related struct and fixing functions accordinglyCharles
2020-06-09Added make with multiple jobs and making merge compileCharles
2020-05-04Removing data name in ast union, io_frame, root line ast tagCharles
2020-04-03Evaluation pipe frame (not tested)Charles
2020-04-01Changed representation of environment to vectorCharles
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
2020-03-31More specific AST struct and evaluation startCharles
2020-03-30Added docCharles