digitalmars.D.learn - Source transformation for D
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
Jul 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, Kashyaphttps://github.com/Hackerpilot/Dscanner https://github.com/deadalnix/SDC
Jul 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:Thank you Ponce. Regards, KashyapHi, 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, Kashyaphttps://github.com/Hackerpilot/Dscanner https://github.com/deadalnix/SDC
Jul 03 2014