update: changed the way heredocs are parsed
This commit is contained in:
parent
8272d72997
commit
43b969183d
365 changed files with 20907 additions and 51362 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_external_scanner_states_array
|
||||
{
|
||||
bool a[50][EXTERNAL_TOKEN_COUNT];
|
||||
bool a[22][EXTERNAL_TOKEN_COUNT];
|
||||
} t_external_scanner_states_array;
|
||||
|
||||
#endif // TYPE_EXTERNAL_SCANNER_STATES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_field_map_entries_array
|
||||
{
|
||||
t_field_map_entry a[217];
|
||||
t_field_map_entry a[67];
|
||||
} t_field_map_entries_array;
|
||||
|
||||
#endif // TYPE_FIELD_MAP_ENTRIES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_field_names_array
|
||||
{
|
||||
const char *a[21];
|
||||
const char *a[19];
|
||||
} t_field_names_array;
|
||||
|
||||
#endif // TYPE_FIELD_NAMES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_parse_actions_entries_array
|
||||
{
|
||||
t_parse_action_entry a[3430];
|
||||
t_parse_action_entry a[1867];
|
||||
} t_parse_actions_entries_array;
|
||||
|
||||
#endif // TYPE_PARSE_ACTIONS_ENTRIES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_symbols_metadata_array
|
||||
{
|
||||
t_symbol_metadata a[157];
|
||||
t_symbol_metadata a[116];
|
||||
} t_symbols_metadata_array;
|
||||
|
||||
#endif // TYPE_SYMBOLS_METADATA_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_symbols_names_array
|
||||
{
|
||||
const char *a[158];
|
||||
const char *a[117];
|
||||
} t_symbols_names_array;
|
||||
|
||||
#endif // TYPE_SYMBOLS_NAMES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_unique_symbols_map_array
|
||||
{
|
||||
t_symbol a[157];
|
||||
t_symbol a[116];
|
||||
} t_unique_symbols_map_array;
|
||||
|
||||
#endif // TYPE_UNIQUE_SYMBOLS_MAP_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue