On Mon, 18 Oct 2010 18:29:20 -0500 "Rick C. Hodgin" <[email protected]> wrote:
> Are there any plans for a TinyC++ compiler? If you aim at compiling the full ISO C++, it cannot be tiny (because the C++ language specification is large & bloated). If you want some small & fast compiler, it could only parse a small subset of C++. One could perhaps imagine using an existing C++ front-end, but that is not tiny anymore. For instance, one could imagine adapting tinyc to the output of the GCC C++ front-end (e.g. to early Gimple or Generic in GCC parlance) but that is not tiny anymore. Cheers. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mine, sont seulement les miennes} *** _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
