Updated grammar to remove input fd for redirection

This commit is contained in:
Maieul BOYER 2024-07-31 16:50:00 +00:00
parent 27875d8466
commit 18bf872c44
1005 changed files with 77750 additions and 102351 deletions

View file

@ -14,14 +14,14 @@
# define CONSTANTS_H
# define LANGUAGE_VERSION 14
# define STATE_COUNT 2137
# define STATE_COUNT 1805
# define LARGE_STATE_COUNT 2
# define SYMBOL_COUNT 180
# define ALIAS_COUNT 1
# define TOKEN_COUNT 111
# define SYMBOL_COUNT 179
# define ALIAS_COUNT 0
# define TOKEN_COUNT 110
# define EXTERNAL_TOKEN_COUNT 20
# define FIELD_COUNT 21
# define FIELD_COUNT 20
# define MAX_ALIAS_SEQUENCE_LENGTH 8
# define PRODUCTION_ID_COUNT 85
# define PRODUCTION_ID_COUNT 78
#endif // CONSTANTS_H