samdmarshall / libclang-nim

3 stars 3 forks source link

Future of this project? #5

Open PMunch opened 5 months ago

PMunch commented 5 months ago

Hi, just wanted to check in and see what the future of this project is. I'm currently using my own fork with the fixes I've PRed to this repo for Futhark. But recently with libclang 17 I found certain things missing. Do you have any plans on updating this for the latest version of libclang, or should I try to find another way to get these bindings?

PMunch commented 5 months ago

Tried to use Futhark to do the wrapping of libclang for me, and it worked perfectly first try. So now I'm using this: https://github.com/PMunch/futhark/blob/master/src/libclang.nim. Haven't tried with the flags that make the output smaller yet, but I wouldn't be surprised if that worked as well.