Re: [Patch] typeof op

2002-07-01 Thread Dan Sugalski
At 1:49 PM -0500 6/29/02, brian wheeler wrote: >This patch implements a typeof op which returns the integer type or >string type of a PMC. Applied, thanks. -- Dan --"it's like this"--- Dan Sugalski

[Patch] typeof op

2002-06-29 Thread brian wheeler
This patch implements a typeof op which returns the integer type or string type of a PMC. The test I used is: new P0,.PerlInt typeof S0,P0 eq S0,"PerlInt",OK_1 print "not " OK_1: print "ok 1\\n" typeof I0,P0 eq I0,.PerlInt,OK_2 print "not " OK_2: pr