actions.h

来自「PL/0源码」· C头文件 代码 · 共 21 行

H
21
字号
//////////////////////////////////////////////////////////////////////////////////  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 + =
减小字号Ctrl + -
显示快捷键?