about summary refs log tree commit diff stats
path: root/lambda-to-mu.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-25 11:33:13 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-25 11:33:13 -0800
commit8bd3f99fc3e448f3ec5e396a8775454eb111d5c6 (patch)
tree2709a748d9c4f67bc5bede7798ef4488f8e98d23 /lambda-to-mu.mu
parentccae45851f729ada29391e7497cf8e4c9796ff8c (diff)
downloadmu-8bd3f99fc3e448f3ec5e396a8775454eb111d5c6.tar.gz
3688
Move my todos over the past couple of years into the codebase now that
it might be going dormant.

Surprising how few todos left undone!
Diffstat (limited to 'lambda-to-mu.mu')
-rw-r--r--lambda-to-mu.mu6
1 files changed, 6 insertions, 0 deletions
diff --git a/lambda-to-mu.mu b/lambda-to-mu.mu
index 734fa126..8e99fd07 100644
--- a/lambda-to-mu.mu
+++ b/lambda-to-mu.mu
@@ -1,6 +1,12 @@
 ## experimental compiler to translate programs written in a generic
 ## expression-oriented language called 'lambda' into Mu
 
+# incomplete; code generator not done
+# potential enhancements:
+#   symbol table
+#   poor man's macros
+#     substitute one instruction with multiple, parameterized by ingredients and products
+
 scenario convert-lambda [
   run [
     local-scope