changed grammar

This commit is contained in:
Maieul BOYER 2024-07-01 18:36:14 +02:00
parent 0b5b5e4d7e
commit e5b22489e1
No known key found for this signature in database
1219 changed files with 96283 additions and 113028 deletions

View file

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

View file

@ -21,7 +21,7 @@
typedef struct s_parse_actions_entries_array
{
t_parse_action_entry a[4556];
t_parse_action_entry a[4127];
} 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[93910];
uint16_t a[83655];
} 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[2338];
uint32_t a[2116];
} t_small_parse_table_map_array;
#endif // TYPE_SMALL_PARSE_TABLE_MAP_H

View file

@ -21,7 +21,7 @@
typedef struct s_symbols_metadata_array
{
t_symbol_metadata a[182];
t_symbol_metadata a[180];
} t_symbols_metadata_array;
#endif // TYPE_SYMBOLS_METADATA_H

View file

@ -21,7 +21,7 @@
typedef struct s_symbols_names_array
{
const char *a[183];
const char *a[181];
} t_symbols_names_array;
#endif // TYPE_SYMBOLS_NAMES_H

View file

@ -21,7 +21,7 @@
typedef struct s_unique_symbols_map_array
{
t_symbol a[182];
t_symbol a[180];
} t_unique_symbols_map_array;
#endif // TYPE_UNIQUE_SYMBOLS_MAP_H