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

📄 actions.h

📁 PL/0源码
💻 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 + -