Updated parser
This commit is contained in:
parent
66a0625382
commit
bdc062b33a
1248 changed files with 93128 additions and 102788 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/06/29 15:16:43 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/06/29 23:17:28 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_non_terminal_alias_map_array
|
||||
{
|
||||
uint16_t a[10];
|
||||
uint16_t a[9];
|
||||
} t_non_terminal_alias_map_array;
|
||||
|
||||
#endif // TYPE_NON_TERMINAL_ALIAS_MAP_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_parse_actions_entries_array
|
||||
{
|
||||
t_parse_action_entry a[5020];
|
||||
t_parse_action_entry a[4556];
|
||||
} t_parse_actions_entries_array;
|
||||
|
||||
#endif // TYPE_PARSE_ACTIONS_ENTRIES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_small_parse_table_array
|
||||
{
|
||||
uint16_t a[102431];
|
||||
uint16_t a[96672];
|
||||
} t_small_parse_table_array;
|
||||
|
||||
#endif // TYPE_SMALL_PARSE_TABLE_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_small_parse_table_map_array
|
||||
{
|
||||
uint32_t a[2483];
|
||||
uint32_t a[2338];
|
||||
} t_small_parse_table_map_array;
|
||||
|
||||
#endif // TYPE_SMALL_PARSE_TABLE_MAP_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue