[Issue 3827] automatic joining of adjacent strings is bad

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 13 19:27:27 PST 2010


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



--- Comment #14 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2010-11-13 19:26:18 PST ---
you don't need to mess with associativity rules, you just need to be able to
handle two or three ast cases:

1. (~ str str)        ie  str ~ str
2. (~ (~ x str) str)  ie  x ~ str ~ str
3. (~ str (~ str x))  ie  str ~ (str ~ x)

-- 
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