Started from buttom go to the sky
This commit is contained in:
parent
96215449bd
commit
f811e55dea
4781 changed files with 10121 additions and 1743 deletions
|
|
@ -0,0 +1,25 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* non_terminal_alias_map.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 NON_TERMINAL_ALIAS_MAP_H
|
||||
# define NON_TERMINAL_ALIAS_MAP_H
|
||||
|
||||
# include "../types/type_non_terminal_alias_map.h"
|
||||
# include "../headers/symbols.h"
|
||||
# include "../headers/external_scanner_symbol_identifiers.h"
|
||||
# include "../headers/field_identifiers.h"
|
||||
|
||||
# include "../headers/constants.h"
|
||||
|
||||
void non_terminal_alias_map_0(t_non_terminal_alias_map_array *v);
|
||||
|
||||
#endif // NON_TERMINAL_ALIAS_MAP_H
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* non_terminal_alias_map_0.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* 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 */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "./non_terminal_alias_map.h"
|
||||
|
||||
void non_terminal_alias_map_0(t_non_terminal_alias_map_array *v)
|
||||
{
|
||||
v->a[0] = aux_sym__literal_repeat1;
|
||||
v->a[1] = 2;
|
||||
v->a[2] = aux_sym__literal_repeat1;
|
||||
v->a[3] = sym_word;
|
||||
v->a[4] = 0;
|
||||
}
|
||||
|
||||
/* EOF non_terminal_alias_map_0.c */
|
||||
Loading…
Add table
Add a link
Reference in a new issue