Update: Added Parser and Stdme
This commit is contained in:
parent
78f0707574
commit
89d1381121
4476 changed files with 626947 additions and 9 deletions
27
shcat_c/parser/src/headers/constants.h
Normal file
27
shcat_c/parser/src/headers/constants.h
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* constants.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef CONSTANTS_H
|
||||
# define CONSTANTS_H
|
||||
|
||||
# define LANGUAGE_VERSION 14
|
||||
# define STATE_COUNT 7671
|
||||
# define LARGE_STATE_COUNT 528
|
||||
# define SYMBOL_COUNT 280
|
||||
# define ALIAS_COUNT 0
|
||||
# define TOKEN_COUNT 175
|
||||
# define EXTERNAL_TOKEN_COUNT 29
|
||||
# define FIELD_COUNT 19
|
||||
# define MAX_ALIAS_SEQUENCE_LENGTH 8
|
||||
# define PRODUCTION_ID_COUNT 159
|
||||
|
||||
#endif // CONSTANTS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue