www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10232] New: AndExpression grammar is not correct

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



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: -------
Jun 01 2013