dstep icon indicating copy to clipboard operation
dstep copied to clipboard

Is there any planning on Cpp support

Open SSoulaimane opened this issue 7 years ago • 3 comments

Is there any plan to support Cpp.

SSoulaimane avatar Apr 21 '17 10:04 SSoulaimane

Yes, eventually. But that's not something I'm going to work on in the near future. Any help is appreciated.

jacob-carlborg avatar Apr 21 '17 11:04 jacob-carlborg

How difficult is it right now? @jacob-carlborg ?

I wonder if majority of parsing stuff that can done via clang? Sorry have no idea. I thought to scope this out before I try to crack it

Swoorup avatar May 30 '17 15:05 Swoorup

All the source code analyzing is done by libclang (lexing, parsing, semantic analyze). Then DStep "only" needs to walk the AST provided by libclang and generate D code from it.

jacob-carlborg avatar May 30 '17 18:05 jacob-carlborg