Search

May 02, 2007
General »
A pragma would only be required as a...a little thunk, something like:

asm {
  naked;
  mov...
April 30, 2007
General »
...changes would do stuff like rewrite writefln( "Hello...could be handled by pragma(msg,"...")'ing some...
April 28, 2007
General »
...e) {
   pragma(msg, "Compiling without support for missing.module")
}
else {
   version = usingMissingModule;
}


Or something like...
April 27, 2007
General »
...have some decent packages available.  It looks like the lowest they'll go is around...
April 10, 2007
General »
...an earlier cut that looked a lot like this. :)  But there's a very subtle...
April 10, 2007
General »
...some basic semantic analysis, and do things like declare binding vars. I'm still looking...
April 09, 2007
General »
...compile time) and what D would be like as a full-on scripting language (not...
April 03, 2007
General »
...you pass to delimit().  Just call it like "delimit(string1,string2)" and it'll work...
March 30, 2007
General »
...part hopeless romantic.  The comic archive is *packed* with humor like this.

-- 
- EricAnderton at yahoo
March 25, 2007
General »
...all the object files
like you do with...libraries using: "version(build) pragma(link, baz);"

So...
152 153 154 155 156 157 158 159 160 161 162
Next ›   Last »