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 <[email protected]>
  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 <[email protected]>
  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
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to