Ddbg 0.09 beta release
Jascha Wetzel
firstname at mainia.de
Fri Jun 15 09:50:59 PDT 2007
Deewiant wrote:
> Can't you mirror D in having integer constants be ints, with a 'u' or 'U' suffix
> meaning unsigned (like 1u) and an 'L' suffix meaning long (like 1L, combine the
> two to get the ulong 1UL)? Why deviate from the spec?
constants just aren't really implemented, yet. what's there is basically
a dummy (it's about 10 lines of code). i'll stick to the D specs in all
aspects of expression syntax and semantics unless there's a really good
reason not to.
More information about the Digitalmars-d-announce
mailing list