yacc 解析期间查看堆栈
有没有办法在 yacc 解析的每个步骤中查看堆栈(以便更好地理解 yacc 的工作)。
Is there a way to see the stack(for better understanding of working of yacc) during each step of yacc parsing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是 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.