Bystroushaak / tinySelf

Self-like language implemented in the RPython language toolkit.
29 stars 3 forks source link

AssignmentPrimitive which will change internal object paths #113

Open Bystroushaak opened 5 years ago

Bystroushaak commented 5 years ago

Update AssignmentPrimitive so that it changes the internal path property inside objects that are being assigned.

Or maybe just update pointer to the parent / slot name? That should be faster.