aboutsummaryrefslogtreecommitdiff
path: root/src/preprocess.c
AgeCommit message (Expand)Author
2020-07-20Fixing glob by removing chdir, Changed cmd variablesCharles
2020-07-20update eval_cmdnass1pro
2020-07-19Added errof for cleaner error message, Removed previous error functionsCharles
2020-07-19Fixing directory cmd and $?Charles
2020-07-18Fixing exit error message and overflow detectionCharles
2020-07-14Refactoring error handling during parsingCharles
2020-06-16Test travisnass1pro
2020-06-15Fixing by removing debug code in parserCharles
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-06-12Added preprocess escape with backslash, sticky str merge, travis CI before mergeCharles
2020-06-09Fixing 2 leaks in preprocessor and norming itCharles
2020-06-09Added iterpolation like bash according to lexer output (2 leaks)Charles
2020-05-04Removing data name in ast union, io_frame, root line ast tagCharles
2020-04-05Preprocessing (glob and iterpolation) draft (not tested)Charles
2020-04-04Glob logic mainly doneCharles
2020-04-03Refactoring env, connecting pipes, preprocess draftCharles