Oh My Gentool [v0.0.1] (Yet another binding generator)

Andrea Fontana nospam at example.com
Tue Oct 23 16:04:42 UTC 2018


On Tuesday, 23 October 2018 at 07:42:56 UTC, evilrat wrote:
> (Oh My) Gentool v0.0.1 is just released!
>
> What it is?
> Binding generator with C/C++ support(primarilly C++) that 
> outputs D bindings.


Wow! I tried it and it seems to work, but fails with this:

#include <stddef.h>
void test(char* a = NULL);


it misses NULL macro and generate this:

extern(C++)
void test (char* a = );

Anyway that's a good news for me too!

Andrea




More information about the Digitalmars-d-announce mailing list