bison-patches
[Top][All Lists]
Advanced

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

Re: push parser


From: Paul Eggert
Subject: Re: push parser
Date: Sun, 12 Feb 2006 00:02:10 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Bob Rossi <address@hidden> writes:

> So, as my first question, would it make sense to write a m4 macro that
> either generates yystate when in normal bison mode, and pv->yystate when
> in m4 bison mode? 
>
> or would it be better to use the C++ preprocessor to do this? 

Either would make sense.  My preference is to use the C preprocessor,
and I think Akim's is to use m4.  If it's C++, many people don't
want to use the preprocessor, due to fears of namespace pollution.




reply via email to

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