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 3cd69971c1 fix: another stupidity 3 years ago
libft Better Makefile 3 years ago
.DS_Store fix empty token 3 years ago
LICENSE wip -stacked env -replacevar fixed 3 years ago
Makefile Better Makefile 3 years ago
README.md readme up 3 years ago
built-in.c new: remove file_error fct, fix: unknow or invalid variables wrongly display 3 years ago
caller.c new: remove file_error fct, fix: unknow or invalid variables wrongly display 3 years ago
env.c new: remove file_error fct, fix: unknow or invalid variables wrongly display 3 years ago
errors.c fix: another stupidity 3 years ago
lexer.c new: remove file_error fct, fix: unknow or invalid variables wrongly display 3 years ago
lexer_2.c norminage 3 years ago
lexer_3.c -fix: unclosed pipes, uncorrect wildcards. -norminage 3 years ago
minishell.c new: remove file_error fct, fix: unknow or invalid variables wrongly display 3 years ago
minishell.h new: remove file_error fct, fix: unknow or invalid variables wrongly display 3 years ago
parser.c use -c argument of minishell for subshells 3 years ago
utils.c use -c argument of minishell for subshells 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