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

📄 define.h

📁 打开2.tab.c编译运行
💻 H
字号:
#define IF 257
#define THEN 258
#define WHILE 259
#define DO 260
#define READ 261
#define WRITE 262
#define CALL 263
#define BEGI 264
#define END 265
#define CONST 266
#define VAR 267
#define PROCEDURE 268
#define ODD 269

#define ADD 270
#define MINUS 271
#define MULTIPLY 272
#define DIVIDE 273
#define EQUAL 274
#define UNEQUAL 275
#define LESS 276
#define LESSEQUAL 277
#define MORE 278
#define MOREEQUAL 279
#define EVALUATE 280
#define LPARENTHESES 281
#define RPARENTHESES 282
#define COMMA 283
#define SEMICOLON 284
#define DOT 285
#define NOSIGNINTEGER 286
#define IDENT 287
#define ERROR -1
#define ERRORCHAR 100

⌨️ 快捷键说明

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