[dmd-internals] [D-Programming-Language/dmd] a9f056: Add tokens for signed/unsigned 128bit integer valu...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Apr 6 06:12:05 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a9f0564ba92170f573b0452692b9bd5a41d9c21e
https://github.com/D-Programming-Language/dmd/commit/a9f0564ba92170f573b0452692b9bd5a41d9c21e
Author: Kai Nacke <kai at redstar.de>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M src/parse.c
M src/tokens.h
Log Message:
-----------
Add tokens for signed/unsigned 128bit integer values.
Add the tokens to the token list and adds them to the parser where needed.
Does not add a lexer for these values - they are unused.
See https://github.com/ldc-developers/ldc/pull/891 for the use case.
Commit: 7f82e0fe8a7eb2b94652ab381814d5af45cffc54
https://github.com/D-Programming-Language/dmd/commit/7f82e0fe8a7eb2b94652ab381814d5af45cffc54
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-04-06 (Mon, 06 Apr 2015)
Changed paths:
M src/parse.c
M src/tokens.h
Log Message:
-----------
Merge pull request #4566 from redstar/centliteral
Add tokens for signed/unsigned 128bit integer values.
Compare: https://github.com/D-Programming-Language/dmd/compare/67675a5dd9dc...7f82e0fe8a7e
More information about the dmd-internals
mailing list