📄 actions.h
字号:
////////////////////////////////////////////////////////////////////////////////// case.{h,pre,post,cc}//// case.cc is the concatenation of case.pre, case, and case.post// case is generated automatically by prefmq; it contains a (potentially// huge) case statement with one arm for each of the semantic routines// in the grammar.//// do_semantics is the interface between the parser and semantic analysis.// The parser calls it whenever it runs across an action symbol in the// parse stack.//#ifndef ACTIONS_H#define ACTIONS_Hvoid do_action(int action);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -