On Saturday, 23 July 2016 at 12:29:45 UTC, rikki cattermole wrote:
On 24/07/2016 12:27 AM, ParticlePeter wrote:
Is there any kind of project or workflow that converts D
(subset) to
C/CPP ?
This probably will interest you for ldc:
http://stackoverflow.com/questions/5180914/llvm-ir-back-to-human-readable-source-language
Cool, I didn't know that one but I also didn't invest time in
LLVM till now.
However, this converts bitcode to C/CPP, my guess would be that
the job can be done much better if the original D source would be
used in tandem.