Started working on ast

This commit is contained in:
Maieul BOYER 2024-06-11 16:08:12 +02:00
parent 9aee1f2272
commit 1d4dc219db
No known key found for this signature in database
1344 changed files with 118659 additions and 107610 deletions

View file

@ -21,7 +21,7 @@
typedef struct s_field_map_entries_array
{
t_field_map_entry a[132];
t_field_map_entry a[214];
} t_field_map_entries_array;
#endif // TYPE_FIELD_MAP_ENTRIES_H

View file

@ -21,7 +21,7 @@
typedef struct s_field_names_array
{
const char *a[18];
const char *a[21];
} t_field_names_array;
#endif // TYPE_FIELD_NAMES_H

View file

@ -21,7 +21,7 @@
typedef struct s_lex_normal_array
{
void *a[536];
void *a[531];
} t_lex_normal_array;
#endif // TYPE_LEX_NORMAL_H

View file

@ -21,7 +21,7 @@
typedef struct s_non_terminal_alias_map_array
{
uint16_t a[2];
uint16_t a[9];
} t_non_terminal_alias_map_array;
#endif // TYPE_NON_TERMINAL_ALIAS_MAP_H

View file

@ -21,7 +21,7 @@
typedef struct s_parse_actions_entries_array
{
t_parse_action_entry a[4914];
t_parse_action_entry a[5020];
} t_parse_actions_entries_array;
#endif // TYPE_PARSE_ACTIONS_ENTRIES_H

View file

@ -21,7 +21,7 @@
typedef struct s_small_parse_table_array
{
uint16_t a[95680];
uint16_t a[102431];
} t_small_parse_table_array;
#endif // TYPE_SMALL_PARSE_TABLE_H

View file

@ -21,7 +21,7 @@
typedef struct s_small_parse_table_map_array
{
uint32_t a[2261];
uint32_t a[2483];
} t_small_parse_table_map_array;
#endif // TYPE_SMALL_PARSE_TABLE_MAP_H