[dmd-internals] [D-Programming-Language/dmd] 2e70bc: Issue 785 - Make 'cent' and 'ucent' syntactically ...
    GitHub 
    noreply at github.com
       
    Sun Oct 28 06:49:14 PDT 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 2e70bcac262e879769f3236a05ce9bc46483a429
      https://github.com/D-Programming-Language/dmd/commit/2e70bcac262e879769f3236a05ce9bc46483a429
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)
  Changed paths:
    M src/lexer.c
    M src/lexer.h
    M src/mtype.c
    M src/mtype.h
    M test/runnable/xtest46.d
  Log Message:
  -----------
  Issue 785 - Make 'cent' and 'ucent' syntactically valid pending implementation
This adds just enough of cent and ucent to parse, but fail at the semantic stage.  This allows cent and ucent to be used inside version and static if blocks.
  Commit: effb4c0885c90158807aa2de98aab0ff92c69a37
      https://github.com/D-Programming-Language/dmd/commit/effb4c0885c90158807aa2de98aab0ff92c69a37
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)
  Changed paths:
    M src/lexer.c
    M src/lexer.h
    M src/mtype.c
    M src/mtype.h
    M test/runnable/xtest46.d
  Log Message:
  -----------
  Merge pull request #672 from yebblies/issue785
Issue 785 - Make 'cent' and 'ucent' syntactically valid pending implementation
Compare: https://github.com/D-Programming-Language/dmd/compare/d89fa73856df...effb4c0885c9
    
    
More information about the dmd-internals
mailing list