diff options
Diffstat (limited to 'lambda-to-mu.mu')
-rw-r--r-- | lambda-to-mu.mu | 6 |
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 |