log modules/false.tp @ 377:93c28eee141e default tip

age author description
Sat, 19 Jul 2014 20:18:34 -0700 Michael Pavone Added support for encoding integers and booleans as JSON
Tue, 27 Aug 2013 22:50:48 -0700 Mike Pavone Added string method to true and false modules
Thu, 26 Jul 2012 23:40:56 -0700 Mike Pavone Added short-circuit && and || operators
Sat, 14 Jul 2012 20:05:51 -0700 William Morgan added 'not' message to 'true' and 'false' modules
Sat, 14 Jul 2012 19:32:14 -0700 Mike Pavone Update true and false with improved versions from ICFP contest project
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.