diff number.rhope @ 49:3e20ed8959c4

Added initial FFI implementation, Array type and 64-bit integers
author Mike Pavone <pavone@retrodev.com>
date Thu, 08 Apr 2010 01:02:18 -0400
parents a24eb366195c
children 7d6a6906b648
line wrap: on
line diff
--- a/number.rhope	Tue Mar 02 00:18:49 2010 -0500
+++ b/number.rhope	Thu Apr 08 01:02:18 2010 -0400
@@ -71,7 +71,7 @@
 		
 Generate Number Methods[backend:out]
 {	
-	numtypes <- ("Int8","Int16","Int32","UInt8","UInt16","UInt32")
+	numtypes <- ("Int8","Int16","Int32","Int64","UInt8","UInt16","UInt32","UInt64")
 	
 	out <- Fold["_Generate Number Methods", backend, numtypes]
 }
@@ -103,7 +103,7 @@
 
 Register Number Methods[program:out]
 {
-	numtypes <- ("Int8","Int16","Int32","UInt8","UInt16","UInt32")
+	numtypes <- ("Int8","Int16","Int32","Int64","UInt8","UInt16","UInt32","UInt64")
 	out <- Fold["_Register Number Methods", program, numtypes]
 }