Hacker News new | ask | show | jobs
by circuit10 69 days ago
At that point it’s not really a decompiler any more but a transpiler (high level language -> other high level language)
1 comments

I was only using the example of a decompiler as that's where I've seen C-style language generators used in the past. I was trying to make the point that you could probably make any language translate to C (like in the original project) by using similar techniques