[Please keep the cc to the Bison list so other know and may help.]
Since I use C++, I do not know the details - perhaps somebody else can make it precise.
But I figure that one might use actions like sequence: { $$ = ...; } | sequence token { $$ = ...; free($1); } Hans On 4 Feb 2009, at 09:06, <harish.chaluv...@wipro.com> wrote:
Thanks Hans !!!! Which directive I need to use to specify actions ?? Just I need to free the yylval.text ?? Thanks.
_______________________________________________ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison