(Oh My) Gentool 0.3.0 released

user1234 user1234 at 12.de
Wed May 5 10:01:13 UTC 2021


On Wednesday, 5 May 2021 at 06:50:29 UTC, evilrat wrote:
> (Oh My) Gentool - Yet another C/C++ binding generator.
>
> It is a tool to convert C/C++ code to D usable form. It takes 
> JSON config, basically all C++ compiler flags and switches, and 
> outputs extern(C++) declarations, (hopefully) in usable form D!
>
> ...
>
> Source
> https://github.com/Superbelko/ohmygentool
> ...

I have a technical question about the tool itself. It is mostly 
written in cpp.

Is it possible to use libclang and more generally LLVM c++ api 
[directly in D](https://dlang.org/spec/cpp_interface.html) or the 
Cpp interface is too limited ?
Was this an option, have you tried ?


More information about the Digitalmars-d-announce mailing list