Bystroushaak / tinySelf

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

Rewrite primitiveint to UnboxedValue #58

Closed Bystroushaak closed 5 years ago

Bystroushaak commented 6 years ago

https://rpython.readthedocs.io/en/latest/rlib.html#objectmodel

Bystroushaak commented 5 years ago

Okay. It turned out, that I didn't understand what UnboxedValue does. It can't be used as I thought it can.