cpp: token stringification and pasting
[m6w6/ext-psi] / src / parser_proc.h
index fb2c964917b67e0a359598a2f56a7bc7310bfc1b..1adda480d00c4e550063eff19403570e8a565713 100644 (file)
 #define PSI_T_ARRAY                           59
 #define PSI_T_OBJECT                          60
 #define PSI_T_CALLABLE                        61
-#define PSI_T_TEMP                            62
-#define PSI_T_FREE                            63
-#define PSI_T_SET                             64
-#define PSI_T_LET                             65
-#define PSI_T_RETURN                          66
-#define PSI_T_CALLOC                          67
-#define PSI_T_CALLBACK                        68
-#define PSI_T_LIB                             69
-#define PSI_T_EOF                             70
-#define PSI_T_EOS                             71
-#define PSI_T_COLON                           72
-#define PSI_T_LPAREN                          73
-#define PSI_T_COMMA                           74
-#define PSI_T_RPAREN                          75
-#define PSI_T_ENUM                            76
-#define PSI_T_STRUCT                          77
-#define PSI_T_UNION                           78
-#define PSI_T_LBRACE                          79
-#define PSI_T_RBRACE                          80
-#define PSI_T_EQUALS                          81
-#define PSI_T_CONST                           82
-#define PSI_T_TYPEDEF                         83
-#define PSI_T_ELLIPSIS                        84
-#define PSI_T_LBRACKET                        85
-#define PSI_T_RBRACKET                        86
-#define PSI_T_CHAR                            87
-#define PSI_T_SHORT                           88
-#define PSI_T_LONG                            89
-#define PSI_T_UNSIGNED                        90
-#define PSI_T_SIGNED                          91
-#define PSI_T_STATIC                          92
-#define PSI_T_FUNCTION                        93
-#define PSI_T_DOLLAR_NAME                     94
+#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