sophiajt / june

MIT License
804 stars 31 forks source link

Add support for safe pointers #2

Closed sophiajt closed 1 year ago

sophiajt commented 1 year ago

This is adding support for safe during allocation. This will check that the type is alias-safe, and if so, create a safe pointer.

Note: we don't do a flow-sensitive linearity check on the ownership of the safe pointer, yet.