update: base of tokenizer
This commit is contained in:
parent
24d8bf5fc9
commit
b5556b9063
10 changed files with 215 additions and 219 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/06 16:31:41 by rparodi #+# #+# */
|
||||
/* Updated: 2024/09/26 18:14:19 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/09/30 20:06:27 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -47,6 +47,7 @@ t_error get_user_input(t_state *state)
|
|||
}
|
||||
}
|
||||
line_edit_stop(&lstate);
|
||||
printf("state->str_input = %s\n", state->str_input);
|
||||
return (NO_ERROR);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue