diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-07-24 23:38:31 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-07-24 23:38:31 -0700 |
commit | 6d1e3dbaf203daa2edccfe7da1d49422e463e3d7 (patch) | |
tree | b10320e684c154cc09e227ef1f5217edaa4295ad | |
parent | 9c184f02731bb0efd940c4d3c87ef2decfd85064 (diff) | |
download | mu-6d1e3dbaf203daa2edccfe7da1d49422e463e3d7.tar.gz |
3153
-rw-r--r-- | lambda-to-mu.mu | 6 |
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 |