On Fri, Mar 11, 2005 at 12:53:45PM +0200, Markus Laire wrote: : This is my first patch ever, so could someone check if this is OK or : not. This only adds few hyperops, as I'm not 100% sure if this is the : right way to do it.
It is good to have a general mechanism for wrapping any binary op up as a hyper op. We'll eventually have to extend that idea into the parser as well so that we don't have to dup all the operators, but first things first. Larry