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

📄 frameparser.h

📁 不需要做任何修改的lex-yacc的demo
💻 H
字号:
/****************************************************************************
* frameparser.h
* C++ header file generated from frameparser.y.
* 
* Date: 05/20/07
* Time: 22:59:12
* 
* AYACC Version: 2.07
****************************************************************************/

#ifndef _FRAMEPARSER_H
#define _FRAMEPARSER_H

#include <yycpars.h>

/////////////////////////////////////////////////////////////////////////////
// testparser

#ifndef YYEXPPARSER
#define YYEXPPARSER
#endif

class YYEXPPARSER YYFAR testparser : public _YL yyfparser {
public:
	testparser();
	virtual ~testparser();

protected:
	void yytables();
	virtual void yyaction(int action);
#ifdef YYDEBUG
	void YYFAR* yyattribute1(int index) const;
	void yyinitdebug(void YYFAR** p, int count) const;
#endif

	// attribute functions
	virtual void yystacktoval(int index);
	virtual void yyvaltostack(int index);
	virtual void yylvaltoval();
	virtual void yyvaltolval();
	virtual void yylvaltostack(int index);

	virtual void YYFAR* yynewattribute(int count);
	virtual void yydeleteattribute(void YYFAR* attribute);
	virtual void yycopyattribute(void YYFAR* dest, const void YYFAR* src, int count);

public:
};

#ifndef YYPARSERNAME
#define YYPARSERNAME testparser
#endif

#define INCLUDE 257
#define HEADERFILE 258
#endif

⌨️ 快捷键说明

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