ImportC can now automatically run the preprocessor

Vladimir Panteleev thecybershadow.lists at gmail.com
Sun May 15 13:16:55 UTC 2022


On Saturday, 14 May 2022 at 21:05:09 UTC, Walter Bright wrote:
> As https://github.com/dlang/dmd/pull/14121 has been merged, the 
> following #ImportC program can now be compiled and run:
>
>   #include <stdio.h>
>
>   void main()
>   {
>     printf("hello ImportC!\n");
>   }
>
> It's been a longer and windy-er road than I'd anticipated, but 
> isn't that the way all software projects work?

Amazing. Thanks and congratulations to everyone who worked on 
this feature.

I'm looking forward to the future when we can stop worrying and 
deprecate the entirety of https://github.com/D-Programming-Deimos.



More information about the Digitalmars-d mailing list