This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ANSIfy cp/parser.c


Neil Booth wrote:
I'm willing to be persuaded otherwise, though, but by example.  I don't
see what we've got to lose if I'm willing to do the work myself.
That is reasonable.  But it might still be nice if the C and C++ parsers
can at least share some code - for example parsing expressions.  That is
(potentionally) one advantage of a R/D parser.  But that may be
difficult unless they have compatible APIs.

It would also be nice if the parser(s) were re-entrant, like cpplib.
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]