log samples/fib.tp @ 253:697c2c562af2

age author description
Sat, 14 Jul 2012 16:14:01 -0700 Mike Pavone Change strategy for handling true and false to avoid some initialization order problems and improve performance. Add support for negative integer literals. Update samples to reflect true/false change.
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
Wed, 21 Mar 2012 21:25:10 -0700 Mike Pavone Added fib sample