What is the best way to create a Qt binding to a language that sits on top of LLVM?
Try to parse the Qt header files and generate the C interface on it, call the C interface from LLVM? Or maybe try to get a SWIG for the Qt interface? Or is there a better way?
Jules source
share