X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=0da603695f09d61d3cf053c32342fed81be6c6de;hp=ae6fe8095c0756671f978ed7994a12c01b4c4a0b;hb=6d8fda8d1cd382e6d6626df5353d285176bd9bf2;hpb=3b0b651ea1b555d8d023e45b43e5eb93b23d00a1 diff --git a/src/parser_proc.h b/src/parser_proc.h index ae6fe80..0da6036 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -28,59 +28,69 @@ #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_TEMP 64 +#define PSI_T_FREE 65 +#define PSI_T_SET 66 +#define PSI_T_LET 67 +#define PSI_T_RETURN 68 +#define PSI_T_CALLOC 69 +#define PSI_T_CALLBACK 70 +#define PSI_T_LIB 71 +#define PSI_T_EOF 72 +#define PSI_T_EOS 73 +#define PSI_T_COLON 74 +#define PSI_T_LPAREN 75 +#define PSI_T_COMMA 76 +#define PSI_T_RPAREN 77 +#define PSI_T_ENUM 78 +#define PSI_T_STRUCT 79 +#define PSI_T_UNION 80 +#define PSI_T_LBRACE 81 +#define PSI_T_RBRACE 82 +#define PSI_T_EQUALS 83 +#define PSI_T_CONST 84 +#define PSI_T_TYPEDEF 85 +#define PSI_T_ELLIPSIS 86 +#define PSI_T_LBRACKET 87 +#define PSI_T_RBRACKET 88 +#define PSI_T_CHAR 89 +#define PSI_T_SHORT 90 +#define PSI_T_LONG 91 +#define PSI_T_UNSIGNED 92 +#define PSI_T_SIGNED 93 +#define PSI_T_STATIC 94 +#define PSI_T_FUNCTION 95 +#define PSI_T_DOLLAR_NAME 96