如果循环结构在 *.y 文件中定义为:
WHILE '(' expr ')' stmt ENDWHILE { //to be written here loop structure handling
- put WHILE into structure stack }
然后 - 但是我被迫使用 ENDWHILE - 如何将 c 代码绑定到 ENDWHILE 以检查结构之间没有重叠?
如果循环结构在 *.y 文件中定义为:
WHILE '(' expr ')' stmt ENDWHILE { //to be written here loop structure handling
- put WHILE into structure stack }
然后 - 但是我被迫使用 ENDWHILE - 如何将 c 代码绑定到 ENDWHILE 以检查结构之间没有重叠?