Replace core language HexStrings with library entity

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sun Mar 15 14:39:49 PDT 2015


On 3/15/2015 2:34 PM, Walter Bright wrote:
> P.S. Also need to include all the examples in the dlang reference as unittest
> cases.

Also, HexStrings can handle w and d postfixes. Use the lexer.c code for 
TOK::hexStringConstant() as a guide to be sure all the permutations are covered.


More information about the Digitalmars-d mailing list