aboutsummaryrefslogtreecommitdiff
path: root/src/eval/operation.c
AgeCommit message (Expand)Author
2020-10-06Fixing macos error messages and SHLVLCharles Cabergs
2020-10-06Removing previous pipe bloatCharles Cabergs
2020-10-06Fixing error status on mac, Fixing parser pipeline segfault, Fixing pipeline ...Charles 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-13Refactoring eval file structure, Added comment to builtinCharles Cabergs