As the topic states, I'm looking for a C++ to C converter as I have some C++ code that i need ported to C and i'm not confident in my re-writing skills (code in question is https://github.com/tuanpmt/espduino) and the source code is fairly uncommented.
People asking similar questions have stated they want the code to be readable after the conversion, THIS IS NOT IMPORTANT TO ME, ie if the code can compile and run (it's reasonably simple C++ just excessively tedious to do it manually as I see it right now) THAT'S ALL THAT MATTERS.
Since I want it to remain open-source (I am aware of Comeau's compiler, however a) the site is a mess right now and b) I'm cheap) and LLVM is the only viable solution I've seen around, HOWEVER the documentation/examples i have seen for C++->...->C is quite hard to follow, as well as having issues with several different releases.
If someone can recommend an alternative OR has previous experience doing this OR can explain doing this in LLVM in greater detail than copy-pasting poorly explained tutorials, then that would be fantastic.