fix: now compling with flag
This commit is contained in:
parent
8bc92d6ac9
commit
d43ec1b814
3 changed files with 8 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/26 17:59:23 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/09/29 13:08:58 by rparodi ### ########.fr */
|
||||
/* Updated: 2024/09/29 13:30:06 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ bool is_dollar(char c);
|
|||
bool is_quote(char c);
|
||||
bool is_space(char c);
|
||||
t_error find_end_string(t_const_str raw, t_usize *start, t_token *output);
|
||||
t_error start_analyse(t_const_str raw, enum e_token list, t_vec_token *output);
|
||||
t_error tokeniser(t_const_str raw, enum e_token list);
|
||||
t_error start_analyse(t_const_str raw, t_vec_token *output);
|
||||
t_error tokeniser(t_const_str raw);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue