You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Ea
3c32405a13
|
3 years ago | |
---|---|---|
libft | 3 years ago | |
.DS_Store | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
built-in.c | 3 years ago | |
caller.c | 3 years ago | |
env.c | 3 years ago | |
lexer.c | 3 years ago | |
minishell.c | 3 years ago | |
minishell.h | 3 years ago | |
parser.c | 3 years ago | |
utils_1.c | 3 years ago | |
utils_2.c | 3 years ago | |
utils_3.c | 3 years ago |
README.md
#Minishell
TODO :
- Protect mallocs,
- verify exits codes https://wiki.bash-hackers.org/scripting/basics?s[]=variables#exit_codes
- deeply test bonus
Issues :
- cat | ls ; cat | cat | ls ...
- syntax error for unclosed quotes
- stderror syntax
- export without arg -> env + declare.
- segfault when last cmd empty
- too many pipes is a problem