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.
|
|
4 years ago | |
|---|---|---|
| libft | 4 years ago | |
| .DS_Store | 4 years ago | |
| LICENSE | 4 years ago | |
| Makefile | 4 years ago | |
| README.md | 4 years ago | |
| built-in.c | 4 years ago | |
| caller.c | 4 years ago | |
| env.c | 4 years ago | |
| lexer.c | 4 years ago | |
| lexer_2.c | 4 years ago | |
| lexer_3.c | 4 years ago | |
| minishell.c | 4 years ago | |
| minishell.h | 4 years ago | |
| parser.c | 4 years ago | |
| utils_1.c | 4 years ago | |
| utils_2.c | 4 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 -> handled as closed at end of line;
- stderror syntax
- export without arg -> env + declare.
- segfault when last cmd empty
- too many pipes is a problem