www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: need clarification: will typedef, C struct initialization, etc.

reply bearophile <bearophileHUGS lycos.com> writes:
Ellery Newcomer:
 because they're difficult to disambiguate from function literals (at 
 least dmd doesn't do it correctly)
 
 because they entail a lot of lookahead (I don't know, but I suspect they 
 are the cause for most of the slowness in my parser)
I see. Thank you for your recent patches. I think you can fix even bug 4283 too :-) Bye, bearophile
Jun 06 2010
parent Ellery Newcomer <ellery-newcomer utulsa.edu> writes:
On 06/06/2010 11:57 AM, bearophile wrote
 I see.
 Thank you for your recent patches. I think you can fix even bug 4283 too :-)

 Bye,
 bearophile
I vaguely remember going to great length to ensure my parser did the exact same thing as what dmd does here <g>
Jun 06 2010