This is the mail archive of the gcc@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]

Re: bison


On Sun, Jul 30, 2000 at 11:51:46AM +0200, Gerald Pfeifer wrote:
> On Sun, 30 Jul 2000, Marc Espie wrote:
> > Actually, the only language that requires bison is java (pure parser).
> > 
> > C, C++ and objective C are usually happy with byacc [...]
> 
> Isn't that a bug in the Java frontend then (that should be fixed)?

No, that one is reasonable. You would have heard from me otherwise :)

No version of yacc that I know of supports pure parsers yet, which is what
java wants, and what bison supports.


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