racket-llvm icon indicating copy to clipboard operation
racket-llvm copied to clipboard

Auto-generating from LLVM CAPI

Open Groverkss opened this issue 2 years ago • 1 comments

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!

Groverkss avatar Dec 28 '22 18:12 Groverkss

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!

dannypsnl avatar Dec 29 '22 03:12 dannypsnl