Automatic binding generation

Trass3r un at known.com
Sat Jan 7 01:31:36 PST 2012


On Friday, 6 January 2012 at 23:48:31 UTC, Jacob Carlborg wrote:
> On 2012-01-06 21:51, Trass3r wrote:
>> The only proper solution is using something like clang to 
>> write a C++->D
>> converter.
>> First only headers, later source code.
>
> I'm working on that, slowly.

btw, I wonder if it's all that good to do that as a clang fork.
You will merge upstream from time to time and their countless 
commits will clutter the history, so it becomes hard to find out 
what really belongs to your tool.
Also it shouldn't be a modified clang executable with a new 
-rewrite option anyway. One doesn't want nor need a full 
compiler. no codegen, no countless cmdline options (just some 
like -I etc.).


More information about the Digitalmars-d mailing list