update: changed the way heredocs are parsed

This commit is contained in:
maix0 2024-09-15 20:29:27 +00:00
parent 8272d72997
commit 43b969183d
365 changed files with 20907 additions and 51362 deletions

View file

@ -14,14 +14,14 @@
# define CONSTANTS_H
# define LANGUAGE_VERSION 14
# define STATE_COUNT 1757
# define LARGE_STATE_COUNT 1757
# define SYMBOL_COUNT 157
# define STATE_COUNT 841
# define LARGE_STATE_COUNT 841
# define SYMBOL_COUNT 116
# define ALIAS_COUNT 0
# define TOKEN_COUNT 88
# define EXTERNAL_TOKEN_COUNT 20
# define FIELD_COUNT 20
# define MAX_ALIAS_SEQUENCE_LENGTH 8
# define PRODUCTION_ID_COUNT 77
# define TOKEN_COUNT 69
# define EXTERNAL_TOKEN_COUNT 12
# define FIELD_COUNT 18
# define MAX_ALIAS_SEQUENCE_LENGTH 5
# define PRODUCTION_ID_COUNT 42
#endif // CONSTANTS_H