mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Include new helper functions
This commit is contained in:
parent
7dbfb64205
commit
4c3b628757
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue