Re: Bison fast questions

2005-12-27 Thread Paul Eggert
"Cenzato Marco" <[EMAIL PROTECTED]> writes: > Do you know if the GNU Bison latest version (2.0 o 2.1) is MS Visual Studio > 2005 32/64 bit compatible? > > Or do you know someone that already worked on this? Please see and

Re: %destructor feedback

2005-12-27 Thread Akim Demaille
Le 27 déc. 05 à 18:46, Akim Demaille a écrit : Le 22 déc. 05 à 19:49, Joel E. Denny a écrit : Would it be worthwhile to warn about unmentioned typed $$ as well? The correct handling of $$ is troublesome when there are midrule actions. More generally, what exactly do we want in case of mi

Re: %destructor feedback

2005-12-27 Thread Akim Demaille
Le 22 déc. 05 à 19:49, Joel E. Denny a écrit : Would it be worthwhile to warn about unmentioned typed $$ as well? The correct handling of $$ is troublesome when there are midrule actions. I tried to see how this could be implemented peacefully in bison, but I gave up: there's a lot of code d