Added a note about named let loops

This commit is contained in:
Justin Ethier 2018-05-24 17:13:24 -04:00
parent be25f055f0
commit b69812cc3f

View file

@ -6,7 +6,7 @@ Features
- Added support for complex numbers.
- When printing intermediate forms during debugging via `-t` Cyclone will now emit less verbose S-expressions for code in CPS form. To support this effort and make debugging easier, added helper functions `ast:ast->sexp`, `ast:sexp->ast`, and `ast:ast->pp-sexp` to `(scheme cyclone ast)`.
- Avoid inlining function calls into named let loops.
## 0.7.3 - May 7, 2018