On 01.11.2016 02:39, Daniel.Sun wrote:
Hi Jochen,
I tried to implement custom operator based on your new idea and
found it a bit ambiguous, e.g. ".<" is ambiguous to
"obj.hello('Daniel')"
this I do not understand really, unless < can be part of an identifier
or an identifier can end with a dot, but the later would produce even
more ambiguity problems.
, ".*" is ambiguous to "import java.util.*", etc.
I expected conflicts with a.*x and a.?x, but not with an import. Makes
me think the approach is maybe wrong. Where did you do the changes? Some
place as for thee `?
bye Jcohen