Started working on ast

This commit is contained in:
Maieul BOYER 2024-06-11 16:08:12 +02:00
parent 9aee1f2272
commit 1d4dc219db
No known key found for this signature in database
1344 changed files with 118659 additions and 107610 deletions

View file

@ -14,14 +14,14 @@
# define CONSTANTS_H
# define LANGUAGE_VERSION 14
# define STATE_COUNT 2263
# define STATE_COUNT 2485
# define LARGE_STATE_COUNT 2
# define SYMBOL_COUNT 184
# define ALIAS_COUNT 0
# define TOKEN_COUNT 116
# define SYMBOL_COUNT 182
# define ALIAS_COUNT 2
# define TOKEN_COUNT 115
# define EXTERNAL_TOKEN_COUNT 20
# define FIELD_COUNT 17
# define FIELD_COUNT 20
# define MAX_ALIAS_SEQUENCE_LENGTH 8
# define PRODUCTION_ID_COUNT 59
# define PRODUCTION_ID_COUNT 78
#endif // CONSTANTS_H