Handbook
Glossary
apply-macro ( word -- )
Vocabulary
stack-checker
.
transforms
Inputs
word
an
object
Outputs
None
Definition
USING:
accessors
kernel
namespaces
sequences
stack-checker.values
words
;
IN:
stack-checker.transforms
:
apply-macro
( word -- )
[
current-word
set
]
[
"macro"
word-prop
]
[
"declared-effect"
word-prop
in>>
length
]
tri
(apply-transform)
;