Update: Added Parser and Stdme

This commit is contained in:
Maieul BOYER 2024-04-28 17:25:56 +02:00
parent 78f0707574
commit 89d1381121
No known key found for this signature in database
4476 changed files with 626947 additions and 9 deletions

View file

@ -0,0 +1,27 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* alias_sequences.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef ALIAS_SEQUENCES_H
# define ALIAS_SEQUENCES_H
# include "../types/type_alias_sequences.h"
# include "../headers/symbols.h"
# include "../headers/external_scanner_symbol_identifiers.h"
# include "../headers/field_identifiers.h"
# include "../headers/constants.h"
void alias_sequences_0(t_alias_sequences_array *v);
void alias_sequences_1(t_alias_sequences_array *v);
void alias_sequences_2(t_alias_sequences_array *v);
#endif // ALIAS_SEQUENCES_H