aboutsummaryrefslogtreecommitdiff
path: root/src/parser/parser.c
AgeCommit message (Expand)Author
2020-10-09Added interpolation prototype (segfault on linux otherwise)Charles Cabergs
2020-10-09Splitting preprocessing, Added parsed error helperCharles Cabergs
2020-10-09Norming evalCharles Cabergs
2020-10-09Norming header, Fixing mistakes detected by static analyserCharles Cabergs
2020-10-09Fixing parenthesis leak in parser, Fixing crash on empty inputCharles Cabergs
2020-10-09Fixing 2 leaks in get_next_line and parserCharles Cabergs
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
2020-10-06Added pipeline ast and pipeline evaluation (not working when first command is...Charles Cabergs
2020-09-17Added lexer spliting ';;', separator string lookup table in parser for error ...Charles Cabergs
2020-09-16Fixing memory leaks in preprocess and parserCharles Cabergs
2020-09-13Fixing pipe zombie childrenCharles Cabergs
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