Is there any tool to convert the LLVM IR code to Python code? I know it is possible to convert it to Javascript (https://github.com/kripken/emscripten/wiki), to Java (http://da.vidr.cc/projects/lljvm/) and I would love to convert it to Python also.
Additionaly if such tool does not exist, could you provide any information, what is the best tool to base on (maybe I should extend the emscripten with other language - Javascript and Python are similar to each other in some terms ;) )
cbepass, for example. – SK-logic Nov 16 '12 at 11:28cbeis by far the simplest pass of this kind, I'd recommend to start with it. – SK-logic Nov 16 '12 at 11:59