log

age author description
Fri, 13 Jul 2012 08:50:10 -0700 Mike Pavone Remove compiled hello and private samples and add source
Fri, 13 Jul 2012 00:25:07 -0700 Mike Pavone Added iterative fib example
Fri, 13 Jul 2012 00:23:38 -0700 Mike Pavone Move closure/lambda object def into compiler rather than runtime code. Add while:do method to lambda
Thu, 12 Jul 2012 22:49:08 -0700 Mike Pavone Fix escape codes in string literals. Don't print out the return value of main method. Fixup fib example to use print: method. Cleanup error handling in compiler slightly
Thu, 12 Jul 2012 22:10:58 -0700 Mike Pavone Improve compiler error reporting. Fix operator associativity. Add some more string operations and a string ops sample
Thu, 12 Jul 2012 20:14:15 -0700 Mike Pavone Fix closures as methods so that private vars work
Wed, 11 Jul 2012 21:57:38 -0700 Mike Pavone Add basic string support
Wed, 11 Jul 2012 19:17:24 -0700 Mike Pavone Add append message to array
Tue, 10 Jul 2012 23:18:14 -0700 Mike Pavone Add foreach method to array and add fib sample that can work in C environment and array example
Tue, 10 Jul 2012 23:09:44 -0700 Mike Pavone Very basic array support
Tue, 10 Jul 2012 22:09:21 -0700 Mike Pavone Small refactor of built-in int32 type and added support for more operators on said type
Tue, 10 Jul 2012 19:22:19 -0700 Mike Pavone Add scripts for building programs via C using d8 rather than a browser
Mon, 09 Jul 2012 21:32:28 -0700 Mike Pavone Use a function/method call strategy that actually works
Mon, 09 Jul 2012 08:57:50 -0700 Mike Pavone Working closures, but need to rethink method call strategy
Sun, 08 Jul 2012 12:32:24 -0700 Mike Pavone Forgot to add kernel.tp