log

age author description
Fri, 25 Jul 2014 10:56:27 -0700 Michael Pavone Use TSEL instead of SEL for if:else
Fri, 25 Jul 2014 10:52:17 -0700 Michael Pavone Rework lmc a bit to support labels in generated code. Add support for certain special funcall expressions, namely: if:else, isInteger? value and tail which translate to SEL ATOM CAR and CDR respectively
Fri, 25 Jul 2014 09:32:12 -0700 Michael Pavone Add operator support to lmc
Fri, 25 Jul 2014 09:13:09 -0700 Michael Pavone Support for compiling lists, tuples and integer literals in lmc. Added small test lm program for exercising compiler.
Fri, 25 Jul 2014 08:03:08 -0700 Michael Pavone Basic repo layout