From: Grzegorz J. <ja...@he...> - 2004-04-05 21:36:44
|
Hi Stefan, On Sun, 4 Apr 2004, Stefan Seefeld wrote: > there are some valid C++ expressions openC++ doesn't > yet understand. > > I'v just run into a fairly simple one: > > namespace Foo = Bar; > > that creates a namespace alias. Is there any chance > that the parser gets fixed to recognize this ? Yes, however parser is not self-healing system. AFAIK I am the only person doing anything to the code at the moment. I don't have resources to fix it now. You hacked OpenC++ already, perhaps you could invest some time in this fix. Please contact me for arrangements if you decide to do so. > (I'm also getting a couple of failures in the test suite > run on my RH9 machine where the parser has problems with > GNU extensions (I believe), in this case the line is > > extern "C" __typeof(uselocale) __uselocale; > ) This is high priority, however before I get down to it I need to separate parser, because testing the whole monolith adds huge burden and slows down anything I do to parser. I am working on the separation now. Thanks GJ ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2004 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |