Changed even more the the grammar

This commit is contained in:
Maieul BOYER 2024-08-01 13:53:00 +02:00
parent b4f948d98d
commit e7e395ed10
No known key found for this signature in database
823 changed files with 69578 additions and 84107 deletions

View file

@ -21,7 +21,7 @@
typedef struct s_external_scanner_states_array
{
bool a[51][EXTERNAL_TOKEN_COUNT];
bool a[50][EXTERNAL_TOKEN_COUNT];
} t_external_scanner_states_array;
#endif // TYPE_EXTERNAL_SCANNER_STATES_H

View file

@ -21,7 +21,7 @@
typedef struct s_parse_actions_entries_array
{
t_parse_action_entry a[3491];
t_parse_action_entry a[3430];
} 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[69060];
uint16_t a[59602];
} 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[1803];
uint32_t a[1755];
} 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[179];
t_symbol_metadata a[157];
} t_symbols_metadata_array;
#endif // TYPE_SYMBOLS_METADATA_H

View file

@ -21,7 +21,7 @@
typedef struct s_symbols_names_array
{
const char *a[180];
const char *a[158];
} 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[179];
t_symbol a[157];
} t_unique_symbols_map_array;
#endif // TYPE_UNIQUE_SYMBOLS_MAP_H