log runtime/builtin.c @ 50:689fb73e7612

age author description
Fri, 16 Apr 2010 01:57:04 -0400 Mike Pavone Add support for various integer literals and add support for raw pointers to objects and raw pointers to arrays in the FFI
Tue, 02 Mar 2010 00:18:49 -0500 Mike Pavone Fixed some bugs introduced in previous commit and moved definition of integer methods out of runtime and into the compiler
Mon, 05 Oct 2009 23:12:43 -0400 Mike Pavone Added support for type declarations on user defined workers and added a few more methods to Int32 in the runtime for the C backend
Sat, 03 Oct 2009 03:18:15 -0400 Mike Pavone User defined types work in the compiler now