simplify parser through %token_class'es
[m6w6/ext-psi] / src / parser_proc.h
index 9ff8b15fe59b1764b9c1b31dad5951630b75d849..7f3e4401acd8f4bd6602859cb984902dab855d71 100644 (file)
 #define PSI_T_TYPEDEF                         20
 #define PSI_T_LPAREN                          21
 #define PSI_T_RPAREN                          22
-#define PSI_T_LBRACKET                        23
-#define PSI_T_NUMBER                          24
-#define PSI_T_RBRACKET                        25
-#define PSI_T_COMMA                           26
-#define PSI_T_VOID                            27
+#define PSI_T_VOID                            23
+#define PSI_T_LBRACKET                        24
+#define PSI_T_NUMBER                          25
+#define PSI_T_RBRACKET                        26
+#define PSI_T_COMMA                           27
 #define PSI_T_DOUBLE                          28
 #define PSI_T_INT8                            29
 #define PSI_T_UINT8                           30
 #define PSI_T_FALSE                           42
 #define PSI_T_DOLLAR                          43
 #define PSI_T_CALLOC                          44
-#define PSI_T_STRLEN                          45
-#define PSI_T_STRVAL                          46
-#define PSI_T_INTVAL                          47
+#define PSI_T_ARRVAL                          45
+#define PSI_T_STRLEN                          46
+#define PSI_T_STRVAL                          47
 #define PSI_T_FLOATVAL                        48
-#define PSI_T_BOOLVAL                         49
-#define PSI_T_ARRVAL                          50
+#define PSI_T_INTVAL                          49
+#define PSI_T_BOOLVAL                         50
 #define PSI_T_TO_ARRAY                        51
 #define PSI_T_TO_STRING                       52
 #define PSI_T_TO_INT                          53