Thread overview
Source transformation for D
Jul 03, 2014
Kashyap
Jul 03, 2014
ponce
Jul 03, 2014
Kashyap
July 03, 2014
Hi,
Is there a source transformation for D available?
Could someone please point me to it?

If not, I'd like to work on one - I'd appreciate any pointers on getting started. I am considering writing the whole thing in D and not relying the lexer/parser in C that is already there.

Regards,
Kashyap
July 03, 2014
On Thursday, 3 July 2014 at 10:17:59 UTC, Kashyap wrote:
> Hi,
> Is there a source transformation for D available?
> Could someone please point me to it?
>
> If not, I'd like to work on one - I'd appreciate any pointers on getting started. I am considering writing the whole thing in D and not relying the lexer/parser in C that is already there.
>
> Regards,
> Kashyap

https://github.com/Hackerpilot/Dscanner
https://github.com/deadalnix/SDC
July 03, 2014
On Thursday, 3 July 2014 at 10:23:31 UTC, ponce wrote:
> On Thursday, 3 July 2014 at 10:17:59 UTC, Kashyap wrote:
>> Hi,
>> Is there a source transformation for D available?
>> Could someone please point me to it?
>>
>> If not, I'd like to work on one - I'd appreciate any pointers on getting started. I am considering writing the whole thing in D and not relying the lexer/parser in C that is already there.
>>
>> Regards,
>> Kashyap
>
> https://github.com/Hackerpilot/Dscanner
> https://github.com/deadalnix/SDC

Thank you Ponce.
Regards,
Kashyap