>Is there any work somewhere to make a C++ compiler on top of tcc ?

It is a hard, VERY hard work - to implement full ISO-compliant C++ 
compiler(just look to gcc::cp code :) ) and, I think, it absolutely unuseful. 
Except excellent gcc C++ compiler, there are a lot of free compilers, even 
microsoft offer fast and free C/C++ compiler+PlatformSDK. I sure, that tcc 
should be stable, small, simple, fast and reliable C compiler (may be with 
simple and useful extensions - thanks to Ben Hinkle :) ) - with possibility to 
use as internal runtime C compiler ( I work on win32 and I HATE VisualBasic :) 
).


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to