Mercurial > repos > rhope
view 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 |
line wrap: on
line source
#ifndef _INTEGER_H_ #define _INTEGER_H_ #include "object.h" #include "func.h" OBegin int32_t num; Object(Int32) object * make_Int32(int32_t val); #endif //_INTEGER_H_