llout.h

来自「its about compiler for LL1 and LR」· C头文件 代码 · 共 24 行

H
24
字号
/*@A (C) 1992 Allen I. Holub                                                */
#define _EOI_         0
#define ACTION        1
#define CODE_BLOCK    2
#define COLON         3
#define END_OPT       4
#define FIELD         5
#define LEFT          6
#define NAME          7
#define NONASSOC      8
#define OR            9
#define OTHER         10
#define PREC          11
#define RIGHT         12
#define SEMI          13
#define SEPARATOR     14
#define START         15
#define START_OPT     16
#define SYNCH         17
#define TERM_SPEC     18
#define TYPE          19
#define PERCENT_UNION 20
#define WHITESPACE    21

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?