Split out compiler into codegen and main
[scheme.git] / sample.scm
diff --git a/sample.scm b/sample.scm
new file mode 100644 (file)
index 0000000..75e6043
--- /dev/null
@@ -0,0 +1 @@
+(let ((a 3) (b 4)) (+ a b))