June 02, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10232

           Summary: AndExpression grammar is not correct
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: brian-schott@cox.net


--- Comment #0 from brian-schott@cox.net 2013-06-01 19:28:59 PDT ---
The website defines AndExpression in terms of ShiftExpression, but the compiler parses it in terms of cmpExpression. Additionally, the requirement to use parenthesis with the & operator under some circumstances is not documented.

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