如何使用 Bison (Yacc) 在 C++ 中生成 64 位解析器?
有人能解释一下吗?从 Bison 的文档中,我没有看到任何与此主题相关的内容。预先非常感谢。 标记
Can anyone shed some light on this? From Bison's documentation, I didn't see anything related to this topic. Thanks very much in advance.
Mark
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Bison 和 Yacc 生成 C/C++ 代码,这取决于您的编译器设置将生成什么程序集(32/64 位)。
Bison and Yacc produce a C/C++ code, it depends on your compiler settings what assembly (32/64bit) will be produced.