mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Revise write-up of changes to expand.
This commit is contained in:
parent
83937b4639
commit
25dc7b6357
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@
|
|||
|
||||
Features
|
||||
|
||||
- Make `expand` easier to use for casual macro debugging. Only a single expression is now required as an argument. Updated associated documentation.
|
||||
- Allow easier macro debugging from the REPL by using `expand`. Passing a single expression as an argument will return the expanded expression:
|
||||
|
||||
cyclone> (expand '(when #t (+ 1 2 3)))
|
||||
(if #t ((lambda () (+ 1 2 3))) )
|
||||
|
||||
## 0.32.0 - August 16, 2021
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue