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 fix: variables issues 3 years ago
libft added parenthesis lexing and &&/|| lexing/parsing 3 years ago
.DS_Store fix empty token 3 years ago
LICENSE wip -stacked env -replacevar fixed 3 years ago
Makefile fix: variables issues 3 years ago
README.md fix: variables issues 3 years ago
built-in.c fix: halt calls, new: debug define 3 years ago
caller.c fix: variables issues 3 years ago
env.c fix: variables issues 3 years ago
lexer.c fix: variables issues 3 years ago
minishell.c bonus add: handle operators and parenthesis 3 years ago
minishell.h fix: variables issues 3 years ago
parser.c fix: count_args 3 years ago
utils_1.c fix: variables issues 3 years ago
utils_2.c fix: variables issues 3 years ago
utils_3.c fix: variables issues 3 years ago

README.md

#Minishell

TODO :

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

Notes :