On Mon, Oct 15, 2007 at 07:20:39AM -0700, Chris Lattner wrote: > Converting C++ to C is just as hard as parsing C++ in the first place.
Or rather, in order to convert C++ to C you have to first parse the C++ :) But yeah. I don't expect a non-optimizing C++ native compiler to be significantly harder to write than a C++ to C translator. The hard parts are the same for both. -- Antti-Juhani Kaijanaho, Jyväskylä, Finland http://antti-juhani.kaijanaho.fi/newblog/ http://www.flickr.com/photos/antti-juhani/ _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
