X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=e5d418a4ca7989a67a5a00bec0cd605de9a50ce3;hp=d1ba3cf18dde2f2db959ac2685ed27a59e215f80;hb=be3ceffdd27422aae6ba44d31d868fb12d08957a;hpb=4a49fe2f8eb21cdeabb06acec7a0395b6708d911 diff --git a/src/parser_proc.h b/src/parser_proc.h index d1ba3cf..e5d418a 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -27,12 +27,12 @@ #define PSI_T_FUNCTION 27 #define PSI_T_NSNAME 28 #define PSI_T_COLON 29 -#define PSI_T_NULL 30 -#define PSI_T_NUMBER 31 -#define PSI_T_TRUE 32 -#define PSI_T_FALSE 33 -#define PSI_T_DOLLAR 34 -#define PSI_T_REFERENCE 35 +#define PSI_T_REFERENCE 30 +#define PSI_T_NULL 31 +#define PSI_T_NUMBER 32 +#define PSI_T_TRUE 33 +#define PSI_T_FALSE 34 +#define PSI_T_DOLLAR 35 #define PSI_T_EQUALS 36 #define PSI_T_LET 37 #define PSI_T_STRLEN 38 @@ -45,9 +45,10 @@ #define PSI_T_TO_INT 45 #define PSI_T_TO_FLOAT 46 #define PSI_T_TO_BOOL 47 -#define PSI_T_RET 48 -#define PSI_T_MIXED 49 -#define PSI_T_BOOL 50 -#define PSI_T_STRING 51 -#define PSI_T_ARRAY 52 -#define PSI_T_POINTER 53 +#define PSI_T_RETURN 48 +#define PSI_T_FREE 49 +#define PSI_T_MIXED 50 +#define PSI_T_BOOL 51 +#define PSI_T_STRING 52 +#define PSI_T_ARRAY 53 +#define PSI_T_POINTER 54