Updated grammar to remove input fd for redirection

This commit is contained in:
Maieul BOYER 2024-07-31 16:50:00 +00:00
parent 27875d8466
commit 18bf872c44
1005 changed files with 77750 additions and 102351 deletions

View file

@ -21,7 +21,7 @@
typedef struct s_external_scanner_states_array
{
bool a[63][EXTERNAL_TOKEN_COUNT];
bool a[51][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[225];
t_field_map_entry a[217];
} 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[22];
const char *a[21];
} t_field_names_array;
#endif // TYPE_FIELD_NAMES_H

View file

@ -21,7 +21,7 @@
typedef struct s_non_terminal_alias_map_array
{
uint16_t a[13];
uint16_t a[5];
} 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[4160];
t_parse_action_entry a[3491];
} 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[83159];
uint16_t a[69060];
} 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[2135];
uint32_t a[1803];
} 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[181];
t_symbol_metadata a[179];
} t_symbols_metadata_array;
#endif // TYPE_SYMBOLS_METADATA_H

View file

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