apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Implement value semantics for structures #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Structures have implicit reference semantics due to the fact that they live as 
handles on the VM stack, similar to buffers. Adjust this to provide default 
value semantics with reference semantics only if tagged as ref.

Original issue reported on code.google.com by don.ap...@gmail.com on 29 Nov 2010 at 6:59

GoogleCodeExporter commented 9 years ago
Implemented and committed.

Original comment by don.ap...@gmail.com on 24 Dec 2010 at 6:39