node-libclang
node-libclang copied to clipboard
nodejs bindings for libclang
Forked and fixed quite a few more things: https://github.com/node-ffi-packager/node-libclang --- > Represents a type that was referred to using an elaborated type keyword, e.g., `struct S`, or via a qualified...
Forked and fixed quite a few more things: https://github.com/node-ffi-packager/node-libclang --- Note: includes commits from previous pull-requests. Should be merged to `master` one by one, but wanted to showcase the stepwise...
Forked and fixed quite a few more things: https://github.com/node-ffi-packager/node-libclang --- Note: includes commits from previous pull-requests. Should be merged to `master` one by one, but wanted to showcase the stepwise...
Forked and fixed quite a few more things: https://github.com/node-ffi-packager/node-libclang --- Note: includes commits from previous pull-requests. Should be merged to `master` one by one, but wanted to showcase the stepwise...
Hi, There are several pull requests not merged in a few years. Is this repo abandoned? Is there an "official" alternative fork?
I merged in changes made by [depeele](https://github.com/depeele/node-libclang) and added a Dockerfile to simplify getting all the necessary prerequisites to work on node-libclang. If you want to see how the docker...
I was enjoying myself tinkering with your libclang binding. Here is the fallout: Wrap type `Range` and expose `cursor.extent`. Also, add the other location accessors: - `expansionLocation` - `instantiationLocation` -...
Could you please push the latest 0.0.6 to npm? Thanks.