apoch / epoch-language

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

Structures cannot contain function references #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Structures currently cannot contain references to first-class functions. Define 
a syntax (probably mirroring that used for higher-order functions) and 
implement parser/compiler support for storing function references in structures.

Also, don't forget marshaling for external API purposes.

Original issue reported on code.google.com by don.ap...@gmail.com on 12 Dec 2010 at 4:12

GoogleCodeExporter commented 9 years ago
Implemented.

Original comment by don.ap...@gmail.com on 17 Dec 2010 at 9:35