aboutsummaryrefslogtreecommitdiff
path: root/src/parser
AgeCommit message (Collapse)Author
2020-10-08Added tok_lst_pop_front wrapperCharles Cabergs
2020-10-08Fixing input not fully eaten syntax error, Added basename in promptCharles Cabergs
2020-10-08Fixing leaks in parser and preprocessorCharles Cabergs
2020-10-07Fixing happy path memory leaksCharles Cabergs
2020-10-07Fixing parenthesis pipeline parsing, False negative unmatched quote on strCharles Cabergs
2020-10-06Fixing macos error messages and SHLVLCharles Cabergs
2020-10-06Fixing error status on mac, Fixing parser pipeline segfault, Fixing pipeline ↵Charles Cabergs
not closing read-end
2020-10-06Added pipeline ast and pipeline evaluation (not working when first command ↵Charles Cabergs
is infinite)
2020-09-17Added lexer spliting ';;', separator string lookup table in parser for error ↵Charles Cabergs
message
2020-09-16Fixing memory leaks in preprocess and parserCharles Cabergs
2020-09-13Fixing pipe zombie childrenCharles Cabergs
2020-09-10Added errorf_ret helper, Removing error to status (just status code and ↵Charles Cabergs
fatal error)
2020-09-09Fixing parenthesis redirection, Added better promptCharles Cabergs
2020-08-28Cleaning parserCharles Cabergs
2020-08-27Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmdCharles Cabergs