[Newcompiler] about RBMethodNode >> #primitiveNode:

Marcus Denker denker at iam.unibe.ch
Mon Oct 2 15:24:46 UTC 2006


Ok, I added this to the Repository. Math's changes are next on the list.

On 02.10.2006, at 10:45, Philippe Marschall wrote:

> primitiveNode: aPrimitiveNode
>
>       (primitiveNode isNil
>               or: [ primitiveNode num = 0 ]
>               or: [ primitiveNode num = aPrimitiveNode num ])
>                       ifTrue: [ primitiveNode := aPrimitiveNode ]
>                       ifFalse: [ self notify: 'Ambigous primitives' ]



More information about the Newcompiler mailing list