bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: too many warnings from Bison CVS for Pike


From: Paul Eggert
Subject: Re: too many warnings from Bison CVS for Pike
Date: Mon, 06 Feb 2006 10:43:09 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Hans Aberg <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]