apoch / epoch-language

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

Add overloads for cast() function #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently cast() only supports casting from integers to strings. Once function 
overloads are implemented, add support for other typecasts to the standard 
library, using the overload and partial compile-time dispatch functionality.

Original issue reported on code.google.com by don.ap...@gmail.com on 20 Sep 2010 at 4:10

GoogleCodeExporter commented 9 years ago
Completed as specified.

Original comment by don.ap...@gmail.com on 3 Oct 2010 at 9:06