log

age author description
Fri, 07 Oct 2011 00:24:04 -0700 Mike Pavone Remove old calculator example default tip
Fri, 07 Oct 2011 00:22:31 -0700 Mike Pavone Remove obsolete interpreter related stuff
Fri, 07 Oct 2011 00:11:30 -0700 Mike Pavone Add versions of compile and ctobin scripts that have desktop notifications
Fri, 07 Oct 2011 00:10:02 -0700 Mike Pavone Add support for raw C function output from C backend as well as an option to use Boehm-GC instead of reference counting
Wed, 27 Jul 2011 21:32:40 -0700 Mike Pavone Fix an import missed in last commit
Wed, 27 Jul 2011 21:28:43 -0700 Mike Pavone Strip _c from filenames of current compiler
Wed, 27 Jul 2011 21:14:23 -0700 Mike Pavone Remove obsolete version of compiler that ran under the interpreter
Wed, 27 Jul 2011 21:06:57 -0700 Mike Pavone Cleanup grammar comment in new parser
Wed, 27 Jul 2011 21:06:35 -0700 Mike Pavone Add == worker
Sun, 19 Jun 2011 10:43:11 -0700 Mike Pavone Add Call to Dict and List
Sat, 18 Jun 2011 11:11:58 -0700 Mike Pavone Implement If method on List, fix Get Char to handle end of file, fix nested list pretty printing
Wed, 15 Jun 2011 01:18:28 -0700 Mike Pavone Detect duplicates in conditions
Sun, 12 Jun 2011 03:49:51 -0700 Mike Pavone Get bytecode engine working well enough for naive fib
Wed, 08 Jun 2011 23:24:29 -0700 Mike Pavone Add bytecode interpreter
Wed, 08 Jun 2011 23:24:15 -0700 Mike Pavone Use worker refs for geninterp
Thu, 19 May 2011 23:30:07 -0700 Mike Pavone Start work on interpreter
Tue, 17 May 2011 23:17:42 -0700 Mike Pavone Syntactic sugar for calling a value
Sun, 15 May 2011 23:31:58 -0700 Mike Pavone Fix some bugs related to inlining
Sun, 08 May 2011 18:36:33 -0700 Mike Pavone Remove some debug Print calls from compiler
Sun, 08 May 2011 18:21:19 -0700 Mike Pavone Inline calls to If@Boolean when static type info is present
Sun, 08 May 2011 01:37:44 -0700 Mike Pavone Basic inlining of arithmetic and comparison operations on integer types
Sun, 01 May 2011 18:41:17 -0700 Mike Pavone Fix type of list constants in inference pass and return type of some Array related workers
Mon, 04 Apr 2011 01:41:19 -0400 Mike Pavone Some type inference fixes and make method calls into regular calls when first arg type is known at compile time
Thu, 10 Mar 2011 04:16:38 +0000 Mike Pavone Merge
Thu, 10 Mar 2011 04:15:37 +0000 Mike Pavone Fix a couple of issues in networking lib
Mon, 10 Jan 2011 00:25:35 -0500 Mike Pavone Allow sending and receiving arrays of arbitrary objects rather than just UInt8s
Sun, 09 Jan 2011 23:03:30 -0500 Mike Pavone Add Raw Size method to blueprint to allow code to query the raw size of a type in bytes
Sun, 09 Jan 2011 22:51:10 -0500 Mike Pavone Move some C code out of cbackend_c.rhope into separate include files
Fri, 07 Jan 2011 03:19:26 -0500 Mike Pavone Merge
Fri, 07 Jan 2011 03:18:33 -0500 Mike Pavone Optimize _Partition@Pattern using a byte iterator