Front page | perl.perl6.internals |
Postings from November 2001
[PATCH] multimethod ops
From:
Angel Faus
Date:
November 27, 2001 12:10
Subject:
[PATCH] multimethod ops
Message ID:
NDECKMNLNLHACJPEBADPGEJCCPAA.afaus@corp.vlex.com
Simon Cozens:
>* Modify make_vtable_ops.pl to produce variant ops which pass in
> INTVAL, FLOATVAL and STRING arguments to the multimethods, (Ask
> me for more details if you want to do this.) so we can have
>
> add Px, Px, Ix
> and add Px, Px, Ic
> and the like working.
This patch should make it. I have not included STRING arguments, because I
don't know which multimethod should be called (native, unicode or other).
Tests are updated too.
Sincerly,
------------------------
Angel Faus
afaus@corp.vlex.com
-
[PATCH] multimethod ops
by Angel Faus