From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Fri, 29 Apr 2005 11:18:25 +0200
1) we now have a rather complete set of opcodes that return a new result PMC, all prefixed by "n_", e.g. n_add Px, Py, 1 n_abs Px, Py . . . 2) Tests for all these opcodes are very welcome I have started writing a t/op/n_arithmetics.t test, based directly on t/op/arithmetics.t. But I notice that if I try P0 = n_add P0, 1 I get the error: error:imcc:op not found 'n_infix' (n_infix<3>) Shouldn't this just replace the PMC in P0 with a new PMC? Or is this something that is not completed yet? -- Bob Rogers http://rgrjr.dyndns.org/