Getting started with GSoC 2019

Jacob Carlborg doob at me.com
Wed Jan 16 10:33:22 UTC 2019


On 2019-01-16 11:20, Shubham Kumar wrote:

> I am fairly proficient in C++. What  projects would suit me?

* DStep [1] is a tool that translates C header files to D modules. You 
could work on adding support for C++ header files.

* It would be really nice to have a tool that does the opposite, 
generate a C++ header from a D module. It can use the D compiler 
frontend as a library [2] to parse the D code.

[1] http://github.com/jacob-carlborg/dstep
[2] http://code.dlang.org/packages/dmd

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list