racket-llvm
racket-llvm copied to clipboard
Auto-generating from LLVM CAPI
Is there any reason that the bindings are not auto-generated from the CAPI? Something like this: https://github.com/revng/llvmcpy
If not, I would be happy to give a shot to write an auto-generator that does so. Let me know if you have already tried/are trying this!
Because I was looking for how to use racket FFI so using the manual code, later I got copolit then copy & paste C code into the racket file as comment, copolit would generate the correct FFI code.
I had a plan to generate it, but I'm busy so that also postponed, that would be great if you would like to make one!