Domanda

Come faccio a compilare, collegare e chiamare diverse grammatiche YACC utilizzando yyparse() in un programma?

È stato utile?

Soluzione

Utilizza l'opzione -p per ogni grammatica yacc separata generazione

 -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.
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top