www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6734] New: Contradiction on the Lexical page on website

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6734

           Summary: Contradiction on the Lexical page on website
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: websites
        AssignedTo: nobody puremagic.com
        ReportedBy: peter.alexander.au gmail.com



11:55:32 PDT ---
The lexical page: http://www.d-programming-language.org/lex.html

One example given for token strings is:

    q{   } // error,   is not a valid D token

However,   is clearly listed as a token in the grammar specification earlier on
the same page. Also, DMD accepts q{   } as a valid string (with expected value
"   ").

This is a contradiction: either it is a valid token or it is not.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 26 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6734


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |WORKSFORME



00:20:43 PST ---
This was fixed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 21 2012