mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Sync
This commit is contained in:
parent
20a0c5b4fb
commit
f7695ba6f8
1 changed files with 7 additions and 2 deletions
|
@ -39,6 +39,11 @@ A non-standard function to initialize a new global environment.
|
|||
|
||||
# expand
|
||||
|
||||
(expand expr environment rename-environment)
|
||||
(expand expr [[environment] [rename-environment]])
|
||||
|
||||
Perform macro expansion on `expr` and return the resulting expression.
|
||||
|
||||
`environment` may be optionally passed as the current environment.
|
||||
|
||||
`rename-environment` is an optional argument of an environment containing variables renamed directly by macros. This would generally be an empty environment when using this function for macro debugging.
|
||||
|
||||
Perform macro expansion on `expr` and `environment` is the current environment. `rename-environment` is an environment containing variables renamed directly by macros; this would generally be an empty environment when using this function for macro debugging.
|
||||
|
|
Loading…
Add table
Reference in a new issue