Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GNU Bison 3.7.4。每次编译parser.y文件,token都会直接编译到parser.h文件中。我想将令牌单独提取到头文件中,就像 location.hh 文件一样,这样我就可以在需要的地方使用它。是否有相关的 %define 可以实现我的想法?谢谢