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
/
eval
/
operation.c
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-08
Fixing input not fully eaten syntax error, Added basename in prompt
Charles Cabergs
2020-10-07
Added signal on pipeline and operations
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
Removing previous pipe bloat
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-16
Added g_state to store global variables, Refactoring tok_assign_str
Charles Cabergs
2020-09-15
Partially fixing pipes (more than 1 still breaks)
Charles Cabergs
2020-09-15
Refactoring env, Removing bloat from utils, exec and env
Charles Cabergs
2020-09-14
Removing path hash table, replacing it by brute force search
Charles Cabergs
2020-09-13
Refactoring eval file structure, Added comment to builtin
Charles Cabergs