log

age author description
Fri, 05 Sep 2014 09:56:22 -0700 Michael Pavone Fix module references in macros
Fri, 01 Aug 2014 18:56:50 -0700 Michael Pavone Merge
Fri, 01 Aug 2014 18:56:39 -0700 Michael Pavone WIP compiler module for low-level dialect
Fri, 01 Aug 2014 18:55:01 -0700 Michael Pavone Add find method to list
Mon, 28 Jul 2014 03:29:27 -0700 Michael Pavone Added filter to list
Sun, 27 Jul 2014 13:21:38 -0700 Michael Pavone Add a couple more trim cases to strinops sample
Sun, 27 Jul 2014 13:01:08 -0700 Michael Pavone Fix a crash in from:withLength when given a negative length. Fix a bug in trim that was causing it to give a negative length to from:withLength
Sat, 26 Jul 2014 15:02:01 -0700 Michael Pavone Properly null terminate result of from:withLength
Sat, 26 Jul 2014 15:01:38 -0700 Michael Pavone Add fd method to file objects for accessing file descriptor
Sat, 26 Jul 2014 15:01:09 -0700 Michael Pavone Remove extra libraries from compile command line
Fri, 25 Jul 2014 13:46:43 -0700 Michael Pavone More fleshed out implementation of symbol tables
Fri, 25 Jul 2014 13:43:36 -0700 Michael Pavone Add startsWith? to string
Fri, 25 Jul 2014 13:43:25 -0700 Michael Pavone Add foreach to empty list
Fri, 25 Jul 2014 08:24:39 -0700 Michael Pavone Add readAll method to file objects
Thu, 24 Jul 2014 23:55:59 -0700 Michael Pavone Committing a simple macro example I put together a while ago