📄 myparser.h
字号:
/****************************************************************************
* U N R E G I S T E R E D C O P Y
*
* You are on day 63 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: 01/03/08
* Time: 20:58:04
*
* AYACC Version: 2.06
****************************************************************************/
#ifndef _MYPARSER_H
#define _MYPARSER_H
#include <yypars.h>
#define ID 257
#define NUM 258
#define EQ 259
#define IF 260
#define CHAR 261
#define DOUBLE 262
#define INT 263
#define ELSE 264
#define LT 265
#define PLUS 266
#define MINUS 267
#define TIMES 268
#define OVER 269
#define LPAREN 270
#define RPAREN 271
#define SEMI 272
#define WHILE 273
#define LEFTBIG 274
#define RIGHTBIG 275
#define MAIN 276
#define COMMON 277
#define FOR 278
#define PRINT 279
#define EQ_OP 280
#define LE 281
#define GT 282
#define GE 283
#define NEQ 284
#define INPUT 285
#define AND 286
#define OR 287
#define NOT 288
#define LSQ 289
#define RSQ 290
#line 68 ".\\myparser.y"
#ifndef YYSTYPE
#define YYSTYPE TreeNode *
#endif
#line 73 "myparser.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -