|
|
|
|
|
by marco2357
4064 days ago
|
|
I've seen many research papers on Java -> C translation during my PhD. Some of them came with a prototype tool.
But as with previous work on C -> Java translation, none of the tools actually really worked completely. I actually wrote a Java -> Eiffel translator: http://se.inf.ethz.ch/research/j2eif Based on that experience I can say it would be quite a big effort to write a Java -> C translator. But not impossible. |
|