[Issue 3577] Wrong precedence for opPow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 5 12:56:30 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3577



--- Comment #2 from Don <clugdbug at yahoo.com.au> 2009-12-05 12:56:29 PST ---
To make it right-associative, change the key line in parsePowExp into:
---
        case TOKpow: nextToken(); e2 = parsePowExp(); e = new PowExp(loc,e,e2);
continue;

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


More information about the Digitalmars-d-bugs mailing list