Updated syntax with a simpler one

This commit is contained in:
Maieul BOYER 2024-06-06 19:43:58 +02:00
parent 38fa2d2e84
commit aeb576024f
No known key found for this signature in database
4465 changed files with 195554 additions and 526060 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/05/02 14:39:56 by maiboyer ### ########.fr */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,14 +14,14 @@
# define CONSTANTS_H
# define LANGUAGE_VERSION 14
# define STATE_COUNT 7671
# define LARGE_STATE_COUNT 528
# define SYMBOL_COUNT 280
# define STATE_COUNT 4087
# define LARGE_STATE_COUNT 257
# define SYMBOL_COUNT 212
# define ALIAS_COUNT 0
# define TOKEN_COUNT 175
# define EXTERNAL_TOKEN_COUNT 29
# define FIELD_COUNT 19
# define TOKEN_COUNT 138
# define EXTERNAL_TOKEN_COUNT 26
# define FIELD_COUNT 16
# define MAX_ALIAS_SEQUENCE_LENGTH 8
# define PRODUCTION_ID_COUNT 159
# define PRODUCTION_ID_COUNT 93
#endif
#endif // CONSTANTS_H