feat: introduce some unary operator instructions #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce following unary operator instructions:
pointerof- will result in a pointer to the thing's data (or the begining of elements for lists),sizeof- will result in an absolute size the thing takes in the thing data arena (without type reference header),alignof- will result in the thing's data alignment.Every operator should resolve references.
I'll introduce alignment later trust