On Tue, Mar 11, 2003 at 04:39:05PM +0100, Matthijs van Duin wrote:
: Will infix operators be allowed to be macros instead of subs?

Yes, but they can't retroactively change the rules under which the left
argument was parsed.  At most they can rearrange the returned parse
tree.  The right argument is fair game for any parsing shenanigans
you want to try.  (See other message on a ".select" macro, for instance.)

Larry

Reply via email to