But how should the two interpretations of x.x be resolved? Is that concatenation or method calling?
currently, the pir line S5 = S5 . 'foo' produces error:imcc:object isn't a PMC
concatenation with . seems to be gone i cannot think of a good replacement for it
wouldnt it be better to keep . as string glue and have method calls use the arrow -> or some such?
also is there a good reason that .= is missing from imcc?
LF