Hans Aberg <[EMAIL PROTECTED]> writes: >> This is wrong. Care is taken, and always has, to make yacc.c >> compilable with a C++ compiler. > > Sorry, then I have misunderstood the issue. Is it "a C++ compiler", > or "C++ compilers". And is it official support?
If there's a bug, please report it, or remind us about it. But let's not waste time talking about "official support". We're talking about volunteers here! There is no office. There is no officer. There is nothing "official". > But does the parser stack work with non-POD's? Sorry, I haven't a clue what you're talking about. That being said, the yacc.c parser is not supposed to be a nice C++ environment. Being compatible with C++ does not mean supporting namespaces, etc.; all it means is that the parser builds and you can run the resulting code, so long as you know its limitations.
