Ning Wang wrote: > Hi all, > > I'm working on a project to compile C to C--. My compiler can compile > c99 compliant code. I want to regenerate C code from C-- code as a > means to test the complier. > If you have written a C-- to C translator, or are aware where I can find > one, could you please kindly let me know?
I believe it should not be possible in the general case, because C-- has some feature (like tailrecursion) missing in C. -- 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 mines, sont seulement les miennes} *** _______________________________________________ Cminusminus mailing list [email protected] https://cminusminus.org/mailman/listinfo/cminusminus
