Akim Demaille <[EMAIL PROTECTED]> writes: >>>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes: > > IMHO, there are bits of *.c that should be factored in macros.
I agree. But since I don't use C++ I was pretty cautious; I merely fixed the bugs and didn't change the structure of the code, which indeed has lots of duplicate stuff. Partly this is lack of motivation, and partly I'm genuinely concerned that I don't know the ins and outs of C++ well enough to be messing with a parser generator for it. Even doing this little fix took me way too long, because I had to consult a C++ grammar to make sure I was doing the right thing, and I have no idea how well that grammar reflects C++ reality. Maybe if someone who knows C++ well could take a look at it (hint, hint,... :-).
