output.txt

来自「编译原理程序设计 写的很好哦 很有参考价值」· 文本 代码 · 共 12 行

TXT
12
字号
The Grammar of a while sentence:

******************************************

*      (1)      S --> while(A) B         *

*      (2)      A --> N rop N            *

*      (3)      B --> N = N op N         *

*      (4)      N --> id                 *

******************************************

The while sentence is:

while(a rop b c = d op esd



Your input does not tally with the grammar!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?