log string.rhope @ 189:d0e3a13c1bd9 default tip

age author description
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
Fri, 07 Jan 2011 03:18:33 -0500 Mike Pavone Optimize _Partition@Pattern using a byte iterator
Thu, 23 Dec 2010 16:16:31 -0500 Mike Pavone Small tweak to String Cat balance
Thu, 23 Dec 2010 15:48:19 -0500 Mike Pavone Small change to make String Cat trees a little more balanced
Thu, 23 Dec 2010 02:00:27 +0000 Mike Pavone Add Substring method to string and improve performance of Partition
Tue, 21 Dec 2010 04:11:29 +0000 Mike Pavone Small performance optimization in string lib
Sun, 14 Nov 2010 23:07:55 -0500 Mike Pavone Javascript backend now produces working code for some simple examples, still more of the standard lib that needs to be ported.
Fri, 05 Nov 2010 02:43:34 +0000 Mike Pavone Modify lexer and new parser to work in compiler
Mon, 11 Oct 2010 21:53:27 -0400 Mike Pavone Small changes to make profile data a little cleaner
Wed, 06 Oct 2010 23:48:32 +0000 Mike Pavone Merge
Wed, 06 Oct 2010 23:46:47 +0000 Mike Pavone Improved implementation of Pattern
Fri, 03 Sep 2010 08:11:51 -0400 Mike Pavone Broken attempt at perf opt
Tue, 24 Aug 2010 23:22:45 -0400 Mike Pavone Merge
Tue, 24 Aug 2010 23:22:17 -0400 Mike Pavone Various compiler improvements
Wed, 25 Aug 2010 03:19:57 +0000 Mike Pavone Performance improvement for string comparisons
Mon, 09 Aug 2010 02:03:57 -0400 Mike Pavone Broken port of parser to compiler
Fri, 06 Aug 2010 01:42:37 -0400 Mike Pavone Got dataflow graph code working in compiler (nworker_c.rhope)
Mon, 02 Aug 2010 00:58:55 -0400 Mike Pavone Beginning of port of compiler to itself, some bugfixes and a refcount optimization
Sat, 31 Jul 2010 15:08:15 -0400 Mike Pavone Implemented Next@Dictionary and Print@Dictionary
Fri, 30 Jul 2010 01:48:59 -0400 Mike Pavone Add First@Dictionary (need to find mem man bug)
Tue, 27 Jul 2010 23:33:31 -0400 Mike Pavone Initial implementation of Dictionary
Thu, 08 Jul 2010 21:55:47 -0400 Mike Pavone Working String implementation and some basic (but nowhere near exhaustive) tests
Thu, 08 Jul 2010 09:57:16 -0400 Mike Pavone Some untested progress on String
Fri, 18 Jun 2010 17:00:50 -0400 Mike Pavone Add =@String, fix bool bug
Fri, 18 Jun 2010 15:07:09 -0400 Mike Pavone Add Int32@String and Get Char. Fix stack bug
Wed, 16 Jun 2010 04:36:08 +0000 Mike Pavone Clean up debug print statements a bit. Fix bug that prevented workers that took no inputs from working. Remove workaround in Array for said bug.
Thu, 29 Apr 2010 01:47:10 -0400 Mike Pavone Started working on Slice@String
Wed, 28 Apr 2010 01:23:30 -0400 Mike Pavone String literals almost working. Print moved out of C runtime.
Thu, 22 Apr 2010 02:18:26 -0400 Mike Pavone Added integer type conversions and started on the implementation of String