From: <se...@in...> - 2005-12-12 17:19:40
|
On Sat, 2005-12-10 at 22:57 -0500, Stefan Seefeld wrote: [...] > > Hi Peter, > > I'v been playing with the OpenC++ code for a couple of years, until > I realized that to be really useful it required a number of serious > improvements that couldn't be made incrementally. Yup, that is Opencxx must modify the used grammar to conform to the one in the annexe of ISO standard. - peoples are used to it - will cure the problem with the stdc++ headers for gcc 3.4 With gcc version 4.x the problem is deeper, we require semantic analysis. Or you must make some minor customs change to the gcc stdc++ headers. Which are the show stopper for version 1.9 > The generated parse tree is similar but not identical to the one generated > by OpenC++. It aims at full ISO C++ conformance. > > Just a FYI... > > Regards, > Stefan |