📄 gram.h
字号:
#define IDENT 258
#define STRING 259
#define FIELD_NAME 260
#define TYPEDEF_NAME 261
#define TAG 262
#define CHAR_CONST 263
#define INUM 264
#define RNUM 265
#define COMMENT 266
#define PP_LINE 267
#define PP_INCLUDE 268
#define PP_DEFINE 269
#define PP_UNDEF 270
#define PP_ERROR 271
#define PP_IF 272
#define PP_IFDEF 273
#define PP_IFNDEF 274
#define PP_ELSE 275
#define PP_ELIF 276
#define PP_ENDIF 277
#define PP_IDENT 278
#define PP_PRAGMA 279
#define INVALID 280
#define AUTO 281
#define BREAK 282
#define CASE 283
#define CHAR 284
#define CONST 285
#define CONT 286
#define DEFLT 287
#define DO 288
#define DOUBLE 289
#define ELSE 290
#define ENUM 291
#define EXTRN 292
#define IF 293
#define FOR 294
#define FLOAT 295
#define GOTO 296
#define INT 297
#define LONG 298
#define REGISTR 299
#define RETURN 300
#define SHORT 301
#define SGNED 302
#define STATIC 303
#define STRUCT 304
#define SWITCH 305
#define TYPEDEF 306
#define UNION 307
#define UNSGNED 308
#define VOID 309
#define VOLATILE 310
#define WHILE 311
#define PLUS_EQ 312
#define MINUS_EQ 313
#define STAR_EQ 314
#define DIV_EQ 315
#define MOD_EQ 316
#define B_NOT_EQ 317
#define B_AND_EQ 318
#define B_OR_EQ 319
#define B_XOR_EQ 320
#define L_SHIFT_EQ 321
#define R_SHIFT_EQ 322
#define EQUAL 323
#define LESS_EQ 324
#define GRTR_EQ 325
#define NOT_EQ 326
#define RPAREN 327
#define RBRCKT 328
#define LBRACE 329
#define RBRACE 330
#define SEMICOLON 331
#define COMMA 332
#define ELLIPSIS 333
#define LB_SIGN 334
#define DOUB_LB_SIGN 335
#define BACKQUOTE 336
#define AT 337
#define DOLLAR 338
#define CPP_INCLUDE 339
#define CPP_DEFINE 340
#define CPP_LINE 341
#define COMMA_OP 342
#define EQ 343
#define ASSIGN 344
#define QUESTMARK 345
#define COLON 346
#define COMMA_SEP 347
#define OR 348
#define AND 349
#define B_OR 350
#define B_XOR 351
#define B_AND 352
#define COMP_EQ 353
#define COMP_ARITH 354
#define LESS 355
#define GRTR 356
#define L_SHIFT 357
#define R_SHIFT 358
#define PLUS 359
#define MINUS 360
#define STAR 361
#define DIV 362
#define MOD 363
#define CAST 364
#define UNARY 365
#define NOT 366
#define B_NOT 367
#define SIZEOF 368
#define ALIGNOF 369
#define INCR 370
#define DECR 371
#define HYPERUNARY 372
#define ARROW 373
#define DOT 374
#define LPAREN 375
#define LBRCKT 376
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -