NQP question to add a null value node

Jonathan Worthington jonathan at jnthn.net
Fri Mar 4 15:16:04 UTC 2011


On 04/03/2011 14:58, Gerd Pokorra wrote:
>
> method value:sym<null>($/) {
>      make PAST::Op.new( :pirop('null'), '$S0' );
> }
>
Probably needs to be:

     make PAST::Op.new( :pirop('null P') );

/jnthn



More information about the parrot-dev mailing list