myparser.h

来自「自动生成工具lex yacc构造的小计算器」· C头文件 代码 · 共 46 行

H
46
字号
/****************************************************************************
*                     U N R E G I S T E R E D   C O P Y
* 
* You are on day 604 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.
****************************************************************************/

/****************************************************************************
* myparser.h
* C header file generated from myparser.y.
* 
* Date: 12/05/07
* Time: 16:13:27
* 
* AYACC Version: 2.07
****************************************************************************/

#ifndef _MYPARSER_H
#define _MYPARSER_H

#include <yypars.h>

#define NUMBER 257
#define LEFT 258
#define RIGHT 259
#define PLUS 260
#define MINUS 261
#define TIMES 262
#line 26 ".\\myparser.y"

#ifndef YYSTYPE
#define YYSTYPE int
#endif

#line 45 "myparser.h"
#endif

⌨️ 快捷键说明

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