Include new helper functions

This commit is contained in:
Justin Ethier 2018-05-22 12:47:00 -04:00
parent 7dbfb64205
commit 4c3b628757

View file

@ -5,7 +5,8 @@
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.
- 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)`.
## 0.7.3 - May 7, 2018