www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Frontend DMD source

reply "Charles" <no email.com> writes:
The frontend is missing code for

 AsmStatement
( constructor , syntaxCopy, semantic, toCBuffer )

SymbolDeclaration
( constructor  )

AggregateDeclaration
( toInitializer )


Thanks,
Charlie
Jan 01 2005
parent "Simon Buchan" <not a.valid.address.com> writes:
On Sat, 1 Jan 2005 12:00:40 -0600, Charles <no email.com> wrote:

 The frontend is missing code for

  AsmStatement
 ( constructor , syntaxCopy, semantic, toCBuffer )
Doubt there would be much there...
 SymbolDeclaration
 ( constructor  )
Huh... So thats why I couldn't find it...
 AggregateDeclaration
 ( toInitializer )


 Thanks,
 Charlie
Jan 03 2005