DMD 1.014 release

BCS BCS at pathlink.com
Fri Apr 27 09:08:48 PDT 2007


Pragma wrote:
> Walter Bright wrote:
> 
>> Sports associative array literals, and struct literals. This enables 
>> compile time function execution to work with symbol tables (AA's) and 
>> user defined types.
>>
>> http://www.digitalmars.com/d/changelog.html
>>
>> http://ftp.digitalmars.com/dmd.1.014.zip
> 
> 
> Fantastic!  Thanks Walter!
> 
> ::places ear to ground::
> 
> Yep. It's a stampede alright... code generators.  Lots of 'em.
> 

This is what I'm waiting for:

#!/usr/bin/dmd -c -o- > your_code.o

import comp.time.comp;

pragma(msg, D2ELF!(import("your_code.d"));



More information about the Digitalmars-d-announce mailing list