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-07-24 23:38:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-07-24 23:38:31 -0700
commit6d1e3dbaf203daa2edccfe7da1d49422e463e3d7 (patch)
treeb10320e684c154cc09e227ef1f5217edaa4295ad /lambda-to-mu.mu
parent9c184f02731bb0efd940c4d3c87ef2decfd85064 (diff)
downloadmu-6d1e3dbaf203daa2edccfe7da1d49422e463e3d7.tar.gz
3153
Diffstat (limited to 'lambda-to-mu.mu')
-rw-r--r--lambda-to-mu.mu6
1 files changed, 4 insertions, 2 deletions
diff --git a/lambda-to-mu.mu b/lambda-to-mu.mu
index d1dd7838..cda352a7 100644
--- a/lambda-to-mu.mu
+++ b/lambda-to-mu.mu
@@ -1,5 +1,5 @@
-## experimental compiler to translate programs of a generic
-## expression-oriented language 'lambda' into mu
+## experimental compiler to translate programs written in a generic
+## expression-oriented language called 'lambda' into mu
 
 scenario convert-lambda [
   run [
@@ -165,6 +165,8 @@ scenario cell-operations-on-pair [
   ]
 ]
 
+## convert lambda text to a tree of cells
+
 def parse in:address:array:character -> out:address:cell [
   local-scope
   load-ingredients