Thread overview
D compiler front end
Nov 10, 2004
Ant
Nov 11, 2004
Walter
Nov 11, 2004
J C Calvarese
Nov 11, 2004
Ant
Nov 11, 2004
J C Calvarese
November 10, 2004
Walter, is it time already to convert it to D?
Any one started it?
I might take look at that...

I'm interested in incorporating it into leds to replace my parser.

Ant


November 11, 2004
"Ant" <Ant_member@pathlink.com> wrote in message news:cmtu57$37t$1@digitaldaemon.com...
> Walter, is it time already to convert it to D?
> Any one started it?
> I might take look at that...

I'm reluctant to do that because it may impair connecting it to things like gcc's back end.


November 11, 2004
Ant wrote:
> Walter, is it time already to convert it to D?
> Any one started it?
> I might take look at that...
> 
> I'm interested in incorporating it into leds to replace my parser.
> 
> Ant

You could try Andy's conversion script:
http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/11436

"awhile ago, I wrote a little Python script to convert a certain subset
of C++ (that which is used by DMD) to D.  It handles most everything
I've tested it on. (#ifdef, pointers, arrays, etc)"

-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
November 11, 2004
J C Calvarese wrote:
> Ant wrote:
> 
>> Walter, is it time already to convert it to D?
>> Any one started it?
>> I might take look at that...
>>
>> I'm interested in incorporating it into leds to replace my parser.
>>
>> Ant
> 
> 
> You could try Andy's conversion script:
> http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/11436
> 
> "awhile ago, I wrote a little Python script to convert a certain subset
> of C++ (that which is used by DMD) to D.  It handles most everything
> I've tested it on. (#ifdef, pointers, arrays, etc)"
> 
it's off line :(

Ant
November 11, 2004
Ant wrote:
> J C Calvarese wrote:
>> You could try Andy's conversion script: http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/11436
>>
>> "awhile ago, I wrote a little Python script to convert a certain subset
>> of C++ (that which is used by DMD) to D.  It handles most everything
>> I've tested it on. (#ifdef, pointers, arrays, etc)"
>>
> it's off line :(
> 
> Ant

It was there for me. Maybe your ISP doesn't like Andy's server. I've attached the script.

-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/