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
/
Makefile
Age
Commit message (
Collapse
)
Author
2020-10-08
Fixing small bug in lexer/tok_assign_str
Charles Cabergs
2020-10-06
Added pipeline ast and pipeline evaluation (not working when first command ↵
Charles Cabergs
is infinite)
2020-09-14
Removing path hash table, replacing it by brute force search
Charles Cabergs
2020-09-13
Added SHLVL increment, PATH add /sbin if not present
Charles Cabergs
2020-06-17
Added (basic) operator evaluation
Charles
2020-06-12
Added preprocess escape with backslash, sticky str merge, travis CI before merge
Charles
2020-06-09
Added make with multiple jobs and making merge compile
Charles
2020-04-03
Refactoring env, connecting pipes, preprocess draft
Charles
2020-04-01
Norm compliant comment format, dirty script for doxygen comments
Charles
2020-04-01
Added builtin support in command eval, Refactoring eval/builtin function, ↵
Charles
Added doc
2020-03-30
Added doc
Charles
2020-03-30
Added Doxyfile
Charles
2020-03-04
Fixing environment, Added env buitin
Charles
2020-02-27
WIP: path update from PATH formated string
Charles
2020-02-03
TODO list and basic plan
Charles
2020-01-29
Initial Commit
Charles