log parser_old.rhope @ 189:d0e3a13c1bd9 default tip

age author description
Wed, 27 Jul 2011 21:28:43 -0700 Mike Pavone Strip _c from filenames of current compiler base parser_old_c.rhope@32408c1592af
Wed, 13 Oct 2010 01:18:53 +0000 Mike Pavone Merge
Wed, 13 Oct 2010 01:15:04 +0000 Mike Pavone More performance optimizations
Fri, 06 Aug 2010 01:42:37 -0400 Mike Pavone Got dataflow graph code working in compiler (nworker_c.rhope)
Tue, 27 Jul 2010 23:33:31 -0400 Mike Pavone Initial implementation of Dictionary
Tue, 27 Jul 2010 15:23:32 -0400 Mike Pavone Fix bug with conditionally assigning a literal or input to a named pipe
Thu, 08 Jul 2010 21:55:47 -0400 Mike Pavone Working String implementation and some basic (but nowhere near exhaustive) tests
Tue, 06 Jul 2010 07:52:59 -0400 Mike Pavone Partially working implementation of List. Modified build scripts to allow use of other compilers. Fixed some bugs involving method implementations on different types returning different numbers of outputs. Added Fold to the 'builtins' in the comipler.
Thu, 01 Jul 2010 21:32:08 -0400 Mike Pavone Add support for Worker type
Sat, 19 Jun 2010 23:13:41 -0400 Mike Pavone Add some error checking, cleanup output and add a bad test file
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.
Wed, 28 Apr 2010 01:23:30 -0400 Mike Pavone String literals almost working. Print moved out of C runtime.
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
Thu, 08 Apr 2010 01:02:18 -0400 Mike Pavone Added initial FFI implementation, Array type and 64-bit integers
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
Tue, 13 Oct 2009 00:07:34 -0400 Mike Pavone Fields can now be defined to have naked primitive types
Fri, 09 Oct 2009 01:01:26 -0400 Mike Pavone Started adding support for naked values in user defined objects
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
Wed, 30 Sep 2009 23:55:04 -0400 Mike Pavone C backend portion of supporting user defined types is done, but untested. Parser/NWorker still need a fair bit of work
Mon, 28 Sep 2009 19:42:33 -0400 Mike Pavone Compiler now works for some simple programs
Wed, 24 Jun 2009 23:56:49 -0400 Mike Pavone Some fixes to parser_old.rhope
Wed, 24 Jun 2009 02:07:12 -0400 Mike Pavone Converted old parser to new syntax (needs work, currently crashes interpreter