Am 04.03.2011 14:15, schrieb Patrick R. Michaud:
On Fri, Mar 04, 2011 at 01:11:43PM +0100, Gerd Pokorra wrote:How can I add a node with the value null with NQP? method value:sym<null>($/) { # ???? }Perhaps...? method value:sym<null>($/) { pir::null();
Should be: pir::null__p() Seems it doesn't know the signature of the 'null' opcode. Cheers, Moritz _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
