Mercurial > repos > rhope
comparison runtime/integer.h @ 56:d2f9b0a9403d
Initial experiment with goto and switch
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 08 Oct 2009 01:52:38 -0400 |
parents | 640f541e9116 |
children | 04baa003de5a |
comparison
equal
deleted
inserted
replaced
38:7f05bbe82f24 | 56:d2f9b0a9403d |
---|---|
6 | 6 |
7 OBegin | 7 OBegin |
8 int32_t num; | 8 int32_t num; |
9 Object(Int32) | 9 Object(Int32) |
10 | 10 |
11 MethodDef(_PL_,Int32) | |
12 MethodDef(_MN_,Int32) | |
13 MethodDef(_TM_,Int32) | |
14 MethodDef(_DV_,Int32) | |
15 MethodDef(LShift,Int32) | |
16 MethodDef(RShift,Int32) | |
17 MethodDef(_LT_,Int32) | |
18 MethodDef(_GT_,Int32) | |
19 | |
20 object * make_Int32(int32_t val); | 11 object * make_Int32(int32_t val); |
21 | 12 |
22 #endif //_INTEGER_H_ | 13 #endif //_INTEGER_H_ |