Leopold Toetsch <[EMAIL PROTECTED]> wrote:

> 5) new opcodes that return a new result:

>   Px = n_add Py, Pz     # new Px created

> These opcodes will be done RSN.

RSN is now. There is one basic test in t/pmc/integer.t. Overloading
is tested in mmd.t.

More tests are welcome for other PMCs.

Caveat: the "n_" variants for the infix opcodes work only for the
arithmetic operations: add, sub, mul, div, fdiv, mod, cmod, pow.

leo

Reply via email to