Kenneth Graves wrote:
From: Leopold Toetsch <[EMAIL PROTECTED]>
Date: Wed, 13 Aug 2003 12:42:22 +0200
Kenneth Graves <[EMAIL PROTECTED]> wrote:
> +| NEW { /*expect_pasm = 1;*/ }
I'd rather not mess around with PASM mode.
Patch welcome (if that's
From: Leopold Toetsch <[EMAIL PROTECTED]>
Date: Wed, 13 Aug 2003 12:42:22 +0200
Kenneth Graves <[EMAIL PROTECTED]> wrote:
> +| NEW { /*expect_pasm = 1;*/ }
I'd rather not mess around with PASM mode.
Patch welcome (if that's not possbile, I'll ha
Kenneth Graves <[EMAIL PROTECTED]> wrote:
> (I'd like to have
> $P0 = new $S0
> do what I want. Failing that, I'd at least like the find_type workaround.)
That should be done here:
| target '=' NEW classname COMMA var { $$ = iNEW(interp, ...
| target '=' NEW classname{ $$ = iNEW(
# New Ticket Created by Kenneth Graves
# Please include the string: [perl #23299]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=23299 >
.sub __main
$S0 = "PerlInt"
find_type $I0, $S0
new $P0, $I0
$P0 = 42
print $P0
print "