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

📄 parse_yy.h

📁 大3编译原理课程设计 绝对符合老师要求 报告代码一应俱全 很详细 很靠谱
💻 H
字号:
/****************************************************************************
*                     U N R E G I S T E R E D   C O P Y
* 
* You are on day 12 of your 30 day trial period.
* 
* This file was produced by an UNREGISTERED COPY of Parser Generator. It is
* for evaluation purposes only. If you continue to use Parser Generator 30
* days after installation then you are required to purchase a license. For
* more information see the online help or go to the Bumble-Bee Software
* homepage at:
* 
* http://www.bumblebeesoftware.com
* 
* This notice must remain present in the file. It cannot be removed.
****************************************************************************/

/****************************************************************************
* parse_yy.h
* C header file generated from parse_yy.y.
* 
* Date: 12/19/08
* Time: 23:16:56
* 
* AYACC Version: 2.07
****************************************************************************/

#ifndef _PARSE_YY_H
#define _PARSE_YY_H

#include <yypars.h>

#define ENDFILE 257
#define ERROR 258
#define IF 259
#define ELSE 260
#define RETURN 261
#define WHILE 262
#define INT 263
#define VOID 264
#define ID 265
#define NUM 266
#define PLUS 267
#define MINUS 268
#define TIMES 269
#define OVER 270
#define LT 271
#define LTEQ 272
#define GT 273
#define GTEQ 274
#define EQ 275
#define NOEQ 276
#define ASSIGN 277
#define SEMI 278
#define COMMA 279
#define LPAREN 280
#define RPAREN 281
#define LBRA 282
#define RBRA 283
#define LBRACE 284
#define RBRACE 285
#ifndef YYSTYPE
union tagYYSTYPE {
#line 24 ".\\parse_yy.y"
 TreeNode * ptree; 
         TokenType type;  
       
#line 68 "parse_yy.h"
};

#define YYSTYPE union tagYYSTYPE
#endif

extern YYSTYPE YYNEAR yylval;

#line 39 ".\\parse_yy.y"
 
    void yyerror(const char * message); 
	TreeNode * parse(void); 

#line 81 "parse_yy.h"
#endif

⌨️ 快捷键说明

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