📄 _ps1.0_parser.h
字号:
#ifndef BISON__PS1_0_PARSER_H
# define BISON__PS1_0_PARSER_H
#ifndef YYSTYPE
typedef union
{
int ival;
float fval;
string * sval;
constdef * cdef;
vector<constdef> * consts;
vector<string> * line;
list<vector<string> > * lines;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define HEADER 257
# define NEWLINE 258
# define NUMBER 259
# define REG 260
# define DEF 261
# define ADDROP 262
# define BLENDOP 263
extern YYSTYPE ps10_lval;
#endif /* not BISON__PS1_0_PARSER_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -