Bug#395351: bison++ error in Example

2006-10-26 Thread José Luis Tallón
Dino Puller wrote: > Package: Bison++ > Version: 1.21.11-3 > > Variables like yylloc and yylval are not usable after yyparse(). I > don't know if this is really a bug, anyway also the example in the > package suffer for this problem. Bison++ is currently almost unmaintained. It is worth fixing this

Bug#395351: bison++ error in Example

2006-10-26 Thread Dino Puller
Package: Bison++ Version: 1.21.11-3 Variables like yylloc and yylval are not usable after yyparse(). I don't know if this is really a bug, anyway also the example in the package suffer for this problem. For example: After compliling the Example with: $ make compiler with : $ echo "1%3" | ./compi