comparison runtime/integer.h @ 12:31f8182f3433

Finished fib test and did some small work on the c backend
author Mike Pavone <pavone@retrodev.com>
date Mon, 25 May 2009 23:34:36 -0400
parents d61550e2c001
children 640f541e9116
comparison
equal deleted inserted replaced
11:3021dac0d8f5 12:31f8182f3433
8 int32_t num; 8 int32_t num;
9 Object(Int32) 9 Object(Int32)
10 10
11 MethodDef(_PL_,Int32) 11 MethodDef(_PL_,Int32)
12 MethodDef(_MN_,Int32) 12 MethodDef(_MN_,Int32)
13 MethodDef(_LT_,Int32)
14 MethodDef(_GT_,Int32)
13 15
14 object * make_Int32(int32_t val); 16 object * make_Int32(int32_t val);
15 17
16 #endif //_INTEGER_H_ 18 #endif //_INTEGER_H_