Skip to content

Commit

Permalink
Merge branch 'tokenizer-bonus' into executor-bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
cfareste committed Jul 12, 2024
2 parents 60dfe90 + f34cf12 commit 7538112
Show file tree
Hide file tree
Showing 10 changed files with 2,889 additions and 447 deletions.
378 changes: 0 additions & 378 deletions correct_result

This file was deleted.

5 changes: 3 additions & 2 deletions inc/family_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: arcanava <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/10 20:09:15 by arcanava #+# #+# */
/* Updated: 2024/07/11 12:54:41 by arcanava ### ########.fr */
/* Updated: 2024/07/12 10:30:06 by arcanava ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -17,6 +17,7 @@

int set_parent(char *line, int *i, t_token **parent, t_token **current);

void create_parent(t_token **current, t_token *new_parent, t_token **parent);
void create_parent(t_token **current, t_token *new_parent,
t_token **parent, int new_cmd);

#endif
Loading

0 comments on commit 7538112

Please sign in to comment.