From: Charles Hixson Date: 2004-10-09T14:07:31+09:00 Subject: Re: ANN: Free-form-operators patch Phil Tomson wrote: >... >I think this patch is quite cool and I even have immediate applications >for it (the much discussed ':=' operator)... However, I have the same >concern mentioned above. It seems that it could make it more difficult >to detect some syntax errors. Couldn't it also lead to some parsing >ambiguities? > >Phil > Perhaps one could require that the user defined operators be delimited by whitespace? In that way no ambiguities could be introduced.