comparison code/test.lm @ 1:68d1447bfdbe

Support for compiling lists, tuples and integer literals in lmc. Added small test lm program for exercising compiler.
author Michael Pavone <pavone@retrodev.com>
date Fri, 25 Jul 2014 09:13:09 -0700
parents
children 71e8d638da5c
comparison
equal deleted inserted replaced
0:360862a3f3e3 1:68d1447bfdbe
1 #{
2 init <- {
3 #[1 2 3 4]
4 }
5
6 main <- {
7 [1 2 3 4]
8 }
9 }