diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-07 21:33:29 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-07 21:33:29 -0500 |
| commit | 96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5 (patch) | |
| tree | 9d0e73e3bcaf87dd2c55c5d874f4581a8fbbbcfd /docs | |
| parent | afdf531eba459a7a7b6505b037dbe48a363c2c79 (diff) | |
| download | mal-96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5.tar.gz mal-96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5.zip | |
C#: add step5_tco
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/step_notes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt index c596a33..120da6e 100644 --- a/docs/step_notes.txt +++ b/docs/step_notes.txt @@ -130,7 +130,8 @@ Step Notes: - while loop around whole thing - cases where we directly return result of EVAL, instead set ast and env to what would be put in the EVAL, then loop. - - for apply case, set env to new Env based on properties + - do, if, "apply" + - for "apply" case, set env to new Env based on properties on the function - step6_file |
