bug-bison
[Top][All Lists]
Advanced

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

Re: beta testing


From: Magnus Fromreide
Subject: Re: beta testing
Date: Wed, 21 Feb 2001 13:43:50 +0100 (MET)

My view on the C++ support have long been that it would be nice to be able
to generate a parser that is wrapped up in an anonymous namespace. From
that is it then simple to wrap it in a class (given a pure parser) or just
add accessor functions. Right now the reason that kills this is the
include of <stdio.h> from bison.simple, otherwise 

namespace {
#include "y.tab.c"
}

works, but native support would be better.




reply via email to

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