From: Stefan S. <se...@sy...> - 2005-02-26 02:37:53
|
J Duncan wrote: > has anyone thought about integrating boosts spirit/wave with openc++ > wave is a fully ansi compliant preprocessor as far as i understand No, but the author of wave expressed interest in adding wave support to synopsis, which is somewhat based on OpenC++ (note that synopsis currently uses ucpp as preprocessor library). > Ive been thinking about adding metaobjects to a modified wave > preprocessor, openc++ just doesnt have a powerfull enough parser I'm not sure what you mean. We are talking about parsing C++ here, not preprocessing, right ? And while OpenC++ doesn't support some important aspects of C++ parsing, wave doesn't either (if only because that is not its scope). You still need symbol lookup, overload resolution, template instantiation, etc., etc. Regards, Stefan |