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

📄 cmmyacc.h

📁 简单C编译器生成的目标代码是8086的汇编代码(16位)
💻 H
字号:
/****************************************************************************
*                     U N R E G I S T E R E D   C O P Y
* 
* You are on day 105 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.
****************************************************************************/

/****************************************************************************
* cmmyacc.h
* C header file generated from cmmyacc.y.
* 
* Date: 06/26/06
* Time: 19:14:11
* 
* AYACC Version: 2.07
****************************************************************************/

#ifndef _CMMYACC_H
#define _CMMYACC_H

#include <yypars.h>

#define SEMI 257
#define SLB 258
#define SRB 259
#define BLB 260
#define BRB 261
#define MAIN 262
#define RETURN 263
#define INT 264
#define VOID 265
#define INPUT 266
#define OUTPUT 267
#define PLUS 268
#define MINUS 269
#define MULT 270
#define DIV 271
#define ASSIGN 272
#define ID 273
#define NUM 274
#define ERROR 275
#endif

⌨️ 快捷键说明

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