yytab.h

来自「语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Le」· C头文件 代码 · 共 30 行

H
30
字号
#ifndef YYVAL_H
#define YYVAL_H
union SV
{

	int ival;
};
#endif
#ifndef YYTAB_H
#define YYTAB_H
#define                ELSE               30004
#define               WHILE               30002
#define              SIGNED               30011
#define              DOUBLE               30010
#define                 EQU               30013
#define               GREAT               30015
#define          IDENTIFIER               30000
#define                 INT               30005
#define                  NE               30016
#define            UNSIGNED               30012
#define                CHAR               30009
#define               FLOAT               30006
#define                 FOR               30001
#define                  IF               30003
#define                LESS               30014
#define                LONG               30007
#define                 NUM               30017
#define               SHORT               30008
#endif

⌨️ 快捷键说明

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