index
:
minishell.git
lexer
m_test
master
path
rendu
School project: a minimalistic shell based on bash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser
Age
Commit message (
Collapse
)
Author
2020-10-09
Added interpolation prototype (segfault on linux otherwise)
Charles Cabergs
2020-10-09
Splitting preprocessing, Added parsed error helper
Charles Cabergs
2020-10-09
Norming eval
Charles Cabergs
2020-10-09
Norming header, Fixing mistakes detected by static analyser
Charles Cabergs
2020-10-09
Fixing parenthesis leak in parser, Fixing crash on empty input
Charles Cabergs
2020-10-09
Fixing 2 leaks in get_next_line and parser
Charles Cabergs
2020-10-08
Added tok_lst_pop_front wrapper
Charles Cabergs
2020-10-08
Fixing input not fully eaten syntax error, Added basename in prompt
Charles Cabergs
2020-10-08
Fixing leaks in parser and preprocessor
Charles Cabergs
2020-10-07
Fixing happy path memory leaks
Charles Cabergs
2020-10-07
Fixing parenthesis pipeline parsing, False negative unmatched quote on str
Charles Cabergs
2020-10-06
Fixing macos error messages and SHLVL
Charles Cabergs
2020-10-06
Fixing error status on mac, Fixing parser pipeline segfault, Fixing pipeline ↵
Charles Cabergs
not closing read-end
2020-10-06
Added pipeline ast and pipeline evaluation (not working when first command ↵
Charles Cabergs
is infinite)
2020-09-17
Added lexer spliting ';;', separator string lookup table in parser for error ↵
Charles Cabergs
message
2020-09-16
Fixing memory leaks in preprocess and parser
Charles Cabergs
2020-09-13
Fixing pipe zombie children
Charles Cabergs
2020-09-10
Added errorf_ret helper, Removing error to status (just status code and ↵
Charles Cabergs
fatal error)
2020-09-09
Fixing parenthesis redirection, Added better prompt
Charles Cabergs
2020-08-28
Cleaning parser
Charles Cabergs
2020-08-27
Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmd
Charles Cabergs