一个程序中包含多个YACC语法
时间:2020-03-05 18:42:45 来源:igfitidea点击:
如何在一个程序中使用yyparse()编译,链接和调用不同的YACC语法?
解决方案
回答
对每个单独的yacc语法生成使用-p选项
-p prefix Use prefix instead of yy as the prefix for all external names produced by yacc. For X/Open compliance, when the environment variable _XPG is set, then the -p option will work as described in the previous sentence. If the environment variable _XPG is not set, then the -p option will work as described below in the -P option.