how can I compile parse.y file to generate a 64 bit parse.tab.c file.
I want to create a 64 bit c++ type parser with bison and lex
-I have a parse.y file
-I compile it to genrate a parse.tab.cpp file
-I renamed it to parse.cpp and included it in my project
-I migrated this project to 64 bit
我是否需要使用 64 位野牛 exe 单独编译此 parse.y 文件,然后将其包含在我的 64 位迁移项目中,否则应用程序将在不使用 64 位野牛 exe 单独编译此 parse.y 文件的情况下工作文件