merging conflict

This commit is contained in:
hugogogo
2021-11-18 21:33:47 +01:00
12 changed files with 404 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ void shell_loop(t_all *c)
add_history(line_input);
// Lexing
c->token_list = input_to_tokens(line_input);
free(line_input);
line_input = NULL; // TODO : free_null()
if (!c->token_list)
continue ;
// Parsing