Removed more files

This commit is contained in:
Maieul BOYER 2024-09-03 16:36:25 +02:00
parent f8fca53ae6
commit 1b2f2d6d1b
No known key found for this signature in database
130 changed files with 8363 additions and 12489 deletions

View file

@ -1,33 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_alias_sequences.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:24:55 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_alias_sequences.h"
#include "../alias_sequences/alias_sequences.h"
#ifdef static
# undef static
#endif
t_alias_sequences_array *create_alias_sequences(void)
{
static t_alias_sequences_array table = {};
static bool init = false;
if (!init)
{
alias_sequences_0(&table);
init = true;
}
return (&table);
}
/* create_alias_sequences.c */

View file

@ -1,33 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_external_scanner_states.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:01 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_external_scanner_states.h"
#include "../external_scanner_states/external_scanner_states.h"
#ifdef static
# undef static
#endif
t_external_scanner_states_array *create_external_scanner_states(void)
{
static t_external_scanner_states_array table = {};
static bool init = false;
if (!init)
{
external_scanner_states_0(&table);
init = true;
}
return (&table);
}
/* create_external_scanner_states.c */

View file

@ -1,33 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_external_scanner_symbol_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:05 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_external_scanner_symbol_map.h"
#include "../external_scanner_symbol_map/external_scanner_symbol_map.h"
#ifdef static
# undef static
#endif
t_external_scanner_symbol_map_array *create_external_scanner_symbol_map(void)
{
static t_external_scanner_symbol_map_array table = {};
static bool init = false;
if (!init)
{
external_scanner_symbol_map_0(&table);
init = true;
}
return (&table);
}
/* create_external_scanner_symbol_map.c */

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_field_map_entries.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:13 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_field_map_entries.h"
#include "../field_map_entries/field_map_entries.h"
#ifdef static
# undef static
#endif
t_field_map_entries_array *create_field_map_entries(void)
{
static t_field_map_entries_array table = {};
static bool init = false;
if (!init)
{
field_map_entries_0(&table);
init = true;
}
return (&table);
}
/* create_field_map_entries.c */

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_field_map_slices.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:17 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_field_map_slices.h"
#include "../field_map_slices/field_map_slices.h"
#ifdef static
# undef static
#endif
t_field_map_slices_array *create_field_map_slices(void)
{
static t_field_map_slices_array table = {};
static bool init = false;
if (!init)
{
field_map_slices_0(&table);
init = true;
}
return (&table);
}
/* create_field_map_slices.c */

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_field_names.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:20 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_field_names.h"
#include "../field_names/field_names.h"
#ifdef static
# undef static
#endif
t_field_names_array *create_field_names(void)
{
static t_field_names_array table = {};
static bool init = false;
if (!init)
{
field_names_0(&table);
init = true;
}
return (&table);
}
/* create_field_names.c */

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_lex_modes.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:38 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_lex_modes.h"
#include "../lex_modes/lex_modes.h"
#ifdef static
# undef static
#endif
t_lex_modes_array *create_lex_modes(void)
{
static t_lex_modes_array table = {};
static bool init = false;
if (!init)
{
lex_modes_0(&table);
init = true;
}
return (&table);
}
/* create_lex_modes.c */

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_non_terminal_alias_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:38 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_non_terminal_alias_map.h"
#include "../non_terminal_alias_map/non_terminal_alias_map.h"
#ifdef static
# undef static
#endif
t_non_terminal_alias_map_array *create_non_terminal_alias_map(void)
{
static t_non_terminal_alias_map_array table = {};
static bool init = false;
if (!init)
{
non_terminal_alias_map_0(&table);
init = true;
}
return (&table);
}
/* create_non_terminal_alias_map.c */

View file

@ -1,35 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_parse_actions_entries.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:38 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_parse_actions_entries.h"
#include "../types/type_parse_actions_entries.h"
#include "../parse_actions_entries/parse_actions_entries.h"
#ifdef static
# undef static
#endif
t_parse_actions_entries_array *create_parse_actions_entries(void)
{
static t_parse_actions_entries_array table = {};
static bool init = false;
if (!init)
{
parse_actions_entries_0(&table);
init = true;
}
return (&table);
}
/* create_parse_actions_entries.c */

View file

@ -6,17 +6,14 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:38 by maiboyer ### ########.fr */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_parse_table.h"
#include "../parse_table/parse_table.h"
#ifdef static
# undef static
#endif
void parse_table_0(t_parse_table_array *arr);
t_parse_table_array *create_parse_table(void)
{

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_primary_state_ids.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:38 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_primary_state_ids.h"
#include "../primary_state_ids/primary_state_ids.h"
#ifdef static
# undef static
#endif
t_primary_state_ids_array *create_primary_state_ids(void)
{
static t_primary_state_ids_array table = {};
static bool init = false;
if (!init)
{
primary_state_ids_0(&table);
init = true;
}
return (&table);
}
/* create_primary_state_ids.c */

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_symbols_metadata.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:38 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_symbols_metadata.h"
#include "../symbols_metadata/symbols_metadata.h"
#ifdef static
# undef static
#endif
t_symbols_metadata_array *create_symbols_metadata(void)
{
static t_symbols_metadata_array table = {};
static bool init = false;
if (!init)
{
symbols_metadata_0(&table);
init = true;
}
return (&table);
}
/* create_symbols_metadata.c */

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_symbols_names.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:38 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_symbols_names.h"
#include "../symbols_names/symbols_names.h"
#ifdef static
# undef static
#endif
t_symbols_names_array *create_symbols_names(void)
{
static t_symbols_names_array table = {};
static bool init = false;
if (!init)
{
symbols_names_0(&table);
init = true;
}
return (&table);
}
/* create_symbols_names.c */

View file

@ -1,34 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_unique_symbols_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/08/22 16:25:37 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "../types/type_unique_symbols_map.h"
#include "../unique_symbols_map/unique_symbols_map.h"
#ifdef static
# undef static
#endif
t_unique_symbols_map_array *create_unique_symbols_map(void)
{
static t_unique_symbols_map_array table = {};
static bool init = false;
if (!init)
{
unique_symbols_map_0(&table);
init = true;
}
return (&table);
}
/* create_unique_symbols_map.c */