cpp
[m6w6/ext-psi] / src / parser_proc.h
index ae6fe8095c0756671f978ed7994a12c01b4c4a0b..1adda480d00c4e550063eff19403570e8a565713 100644 (file)
 #define PSI_T_ASTERISK                        28
 #define PSI_T_SLASH                           29
 #define PSI_T_MODULO                          30
-#define PSI_T_TILDE                           31
-#define PSI_T_NOT                             32
-#define PSI_T_ZVAL                            33
-#define PSI_T_OBJVAL                          34
-#define PSI_T_ARRVAL                          35
-#define PSI_T_PATHVAL                         36
-#define PSI_T_STRLEN                          37
-#define PSI_T_STRVAL                          38
-#define PSI_T_FLOATVAL                        39
-#define PSI_T_INTVAL                          40
-#define PSI_T_BOOLVAL                         41
-#define PSI_T_COUNT                           42
-#define PSI_T_TO_OBJECT                       43
-#define PSI_T_TO_ARRAY                        44
-#define PSI_T_TO_STRING                       45
-#define PSI_T_TO_INT                          46
-#define PSI_T_TO_FLOAT                        47
-#define PSI_T_TO_BOOL                         48
-#define PSI_T_VOID                            49
-#define PSI_T_MIXED                           50
-#define PSI_T_ARRAY                           51
-#define PSI_T_OBJECT                          52
-#define PSI_T_CALLABLE                        53
-#define PSI_T_TEMP                            54
-#define PSI_T_FREE                            55
-#define PSI_T_SET                             56
-#define PSI_T_LET                             57
-#define PSI_T_RETURN                          58
-#define PSI_T_CALLOC                          59
-#define PSI_T_CALLBACK                        60
-#define PSI_T_LIB                             61
-#define PSI_T_EOF                             62
-#define PSI_T_EOS                             63
-#define PSI_T_COLON                           64
-#define PSI_T_LPAREN                          65
-#define PSI_T_COMMA                           66
-#define PSI_T_RPAREN                          67
-#define PSI_T_ENUM                            68
-#define PSI_T_STRUCT                          69
-#define PSI_T_UNION                           70
-#define PSI_T_LBRACE                          71
-#define PSI_T_RBRACE                          72
-#define PSI_T_EQUALS                          73
-#define PSI_T_CONST                           74
-#define PSI_T_TYPEDEF                         75
-#define PSI_T_ELLIPSIS                        76
-#define PSI_T_LBRACKET                        77
-#define PSI_T_RBRACKET                        78
-#define PSI_T_CHAR                            79
-#define PSI_T_SHORT                           80
-#define PSI_T_LONG                            81
-#define PSI_T_UNSIGNED                        82
-#define PSI_T_SIGNED                          83
-#define PSI_T_STATIC                          84
-#define PSI_T_FUNCTION                        85
-#define PSI_T_DOLLAR_NAME                     86
+#define PSI_T_RCHEVR                          31
+#define PSI_T_LCHEVR                          32
+#define PSI_T_CMP_GE                          33
+#define PSI_T_CMP_LE                          34
+#define PSI_T_OR                              35
+#define PSI_T_AND                             36
+#define PSI_T_CMP_EQ                          37
+#define PSI_T_CMP_NE                          38
+#define PSI_T_TILDE                           39
+#define PSI_T_NOT                             40
+#define PSI_T_ZVAL                            41
+#define PSI_T_OBJVAL                          42
+#define PSI_T_ARRVAL                          43
+#define PSI_T_PATHVAL                         44
+#define PSI_T_STRLEN                          45
+#define PSI_T_STRVAL                          46
+#define PSI_T_FLOATVAL                        47
+#define PSI_T_INTVAL                          48
+#define PSI_T_BOOLVAL                         49
+#define PSI_T_COUNT                           50
+#define PSI_T_TO_OBJECT                       51
+#define PSI_T_TO_ARRAY                        52
+#define PSI_T_TO_STRING                       53
+#define PSI_T_TO_INT                          54
+#define PSI_T_TO_FLOAT                        55
+#define PSI_T_TO_BOOL                         56
+#define PSI_T_VOID                            57
+#define PSI_T_MIXED                           58
+#define PSI_T_ARRAY                           59
+#define PSI_T_OBJECT                          60
+#define PSI_T_CALLABLE                        61
+#define PSI_T_PRE_ASSERT                      62
+#define PSI_T_POST_ASSERT                     63
+#define PSI_T_ERROR                           64
+#define PSI_T_WARNING                         65
+#define PSI_T_TEMP                            66
+#define PSI_T_FREE                            67
+#define PSI_T_SET                             68
+#define PSI_T_LET                             69
+#define PSI_T_RETURN                          70
+#define PSI_T_CALLOC                          71
+#define PSI_T_CALLBACK                        72
+#define PSI_T_LIB                             73
+#define PSI_T_ANY                             74
+#define PSI_T_EOS                             75
+#define PSI_T_EOL                             76
+#define PSI_T_COMMENT                         77
+#define PSI_T_HASH                            78
+#define PSI_T_IFDEF                           79
+#define PSI_T_IFNDEF                          80
+#define PSI_T_ENDIF                           81
+#define PSI_T_ELSE                            82
+#define PSI_T_UNDEF                           83
+#define PSI_T_DEFINE                          84
+#define PSI_T_NO_WHITESPACE                   85
+#define PSI_T_LPAREN                          86
+#define PSI_T_RPAREN                          87
+#define PSI_T_COMMA                           88
+#define PSI_T_IF                              89
+#define PSI_T_ELIF                            90
+#define PSI_T_DEFINED                         91
+#define PSI_T_COLON                           92
+#define PSI_T_ENUM                            93
+#define PSI_T_STRUCT                          94
+#define PSI_T_UNION                           95
+#define PSI_T_LBRACE                          96
+#define PSI_T_RBRACE                          97
+#define PSI_T_EQUALS                          98
+#define PSI_T_CONST                           99
+#define PSI_T_TYPEDEF                        100
+#define PSI_T_ELLIPSIS                       101
+#define PSI_T_LBRACKET                       102
+#define PSI_T_RBRACKET                       103
+#define PSI_T_CHAR                           104
+#define PSI_T_SHORT                          105
+#define PSI_T_LONG                           106
+#define PSI_T_UNSIGNED                       107
+#define PSI_T_SIGNED                         108
+#define PSI_T_STATIC                         109
+#define PSI_T_FUNCTION                       110
+#define PSI_T_DOLLAR_NAME                    111