yacc 解析期间查看堆栈

发布于 2024-09-26 01:26:07 字数 50 浏览 4 评论 0原文

有没有办法在 yacc 解析的每个步骤中查看堆栈(以便更好地理解 yacc 的工作)。

Is there a way to see the stack(for better understanding of working of yacc) during each step of yacc parsing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烦人精 2024-10-03 01:26:07

您使用的是 YACC 还是 Bison?野牛有这个:

http://www.gnu.org/software/bison /manual/html_node/Tracing.html

yacc 似乎有类似 -t 命令行选项的东西,但我没有使用它。

Are you using YACC or Bison? Bison has this:

http://www.gnu.org/software/bison/manual/html_node/Tracing.html

yacc seems to have something similar with a -t command line option, but I haven't used it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文