Updated Grammar

This commit is contained in:
Maieul BOYER 2024-07-01 12:57:51 +02:00
parent 74d642f297
commit 175efe0f2f
No known key found for this signature in database
1246 changed files with 109558 additions and 114993 deletions

View file

@ -21,7 +21,7 @@
typedef struct s_lex_normal_array
{
void *a[531];
void *a[500];
} t_lex_normal_array;
#endif // TYPE_LEX_NORMAL_H

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/06/29 23:17:28 by maiboyer ### ########.fr */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/06/30 17:22:33 by maiboyer ### ########.fr */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -21,7 +21,7 @@
typedef struct s_small_parse_table_array
{
uint16_t a[96671];
uint16_t a[93910];
} t_small_parse_table_array;
#endif // TYPE_SMALL_PARSE_TABLE_H

View file

@ -21,7 +21,7 @@
typedef struct s_symbols_metadata_array
{
t_symbol_metadata a[184];
t_symbol_metadata a[182];
} t_symbols_metadata_array;
#endif // TYPE_SYMBOLS_METADATA_H

View file

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