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.
narnaud
9f06dea339
|
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 | |
errors.c | 3 years ago | |
lexer.c | 3 years ago | |
lexer_2.c | 3 years ago | |
lexer_3.c | 3 years ago | |
minishell.c | 3 years ago | |
minishell.h | 3 years ago | |
parser.c | 3 years ago | |
utils.c | 3 years ago |
README.md
#Minishell
TODO :
- Protect mallocs,
- deeply test bonus
Issues :
- stderror syntax
- export without arg -> env + declare.
- too many pipes is a problem