digitalmars.D.bugs - [Issue 10232] New: AndExpression grammar is not correct
- d-bugmail puremagic.com (19/19) Jun 01 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10232
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