Handbook
Glossary
expand-macros ( quot -- quot' )
Vocabulary
macros
.
expander
Inputs
quot
an
object
Outputs
quot'
an
object
Definition
IN:
macros.expander
GENERIC:
expand-macros
( quot -- quot' )
Methods
USING:
macros.expander
make
quotations
sequences
;
M:
callable
expand-macros
[
begin
[
expand-macros*
]
each
end
]
[
]
make
;
USING:
accessors
kernel
locals.types
macros.expander
;
M:
lambda
expand-macros
clone
[
expand-macros
]
change-body
;
USING:
accessors
kernel
locals.types
macros.expander
;
M:
let
expand-macros
clone
[
expand-macros
]
change-body
;