⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yytab.h

📁 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -