update: changed the way heredocs are parsed

This commit is contained in:
maix0 2024-09-15 20:29:27 +00:00
parent 8272d72997
commit 43b969183d
365 changed files with 20907 additions and 51362 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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