apoch / epoch-language

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

Implement reference types #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently all variables and parameters have value semantics. Implement 
reference semantics so that it is possible to implement things like the . 
operator for accessing structure members, etc.

Original issue reported on code.google.com by don.ap...@gmail.com on 14 Oct 2010 at 11:05

GoogleCodeExporter commented 9 years ago
Implemented and committed.

Original comment by don.ap...@gmail.com on 18 Nov 2010 at 4:42