Re: DDL problem

2008-12-28 Thread John Reimer
Hello tim, NVM I think I've figured it out. I'll try and get in touch with a dev for the change to be put through. On Sun, 28 Dec 2008 17:16:05 +1300, Tim M wrote: Sorry I should have made myself more clear. Latest d1 (1.038). If you get ddl from trunk and try to build quick example there w

Re: DDL problem

2008-12-28 Thread Tim M
NVM I think I've figured it out. I'll try and get in touch with a dev for the change to be put through. On Sun, 28 Dec 2008 17:16:05 +1300, Tim M wrote: Sorry I should have made myself more clear. Latest d1 (1.038). If you get ddl from trunk and try to build quick example there will be an e

Re: trouble with dmd + obj2asm under linux

2008-12-28 Thread Daniel Keep
Weed wrote: [snip] If I had to guess, I'd say it's because you compiled without symbols. Try this: $ dmd -g demo.d -- Daniel

Re: float literals

2008-12-28 Thread Ellery Newcomer
BCS wrote: Reply to Ellery, From the grammar, FloatLiteral: Float Float Suffix Integer ImaginarySuffix Integer FloatSuffix ImaginarySuffix Integer RealSuffix ImaginarySuffix I don't think "Integer" is referring to "IntegerLiteral". In fact, I think it is undefined. Umm.. Ok. I guess I'l

trouble with dmd + obj2asm under linux

2008-12-28 Thread Weed
I wrote and compile program: $ dmd demo.d And I need disassembly it: $ obj2asm ./demo ./demo.d -cdemo.cod And I see asm file "demo.cod" without names of functions: == .init segment assume CS:.init pushEBP mov EBP,ESP