📄 pl3.tab.h
字号:
#ifndef BISON_PL3_TAB_H
# define BISON_PL3_TAB_H
#ifndef YYSTYPE
typedef union{
char *name;
int value;
int val;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define BEGINSYM 257
# define ENDSYM 258
# define CONST 259
# define VAR 260
# define PROCEDURE 261
# define REPEAT 262
# define UNTIL 263
# define WHILE 264
# define CALL 265
# define DO 266
# define READ 267
# define WRITE 268
# define COLEQ 269
# define ODD 270
# define LEGAL_ID 271
# define NUMBER 272
# define LE 273
# define RE 274
# define IF 275
# define THEN 276
# define ELSE 277
extern YYSTYPE yylval;
#endif /* not BISON_PL3_TAB_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -