apoch / epoch-language

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

Reimplement support for Win32 function calls #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reimplement "external" keyword and support for importing functions from DLLs, 
specifically for use with invoking Win32 APIs.

Original issue reported on code.google.com by don.ap...@gmail.com on 12 Oct 2010 at 5:50

GoogleCodeExporter commented 9 years ago
Externals have been implemented via function tagging syntax.

Original comment by don.ap...@gmail.com on 13 Oct 2010 at 11:26