macros.expander vocabulary - Factor Documentation (original) (raw)
macros.expander vocabulary
Factor handbook » Vocabulary index
Summary
Macro expansion utility, used for debugging and in the locals implementation
Metadata
Parents: | macros |
---|
Words
Generic words
Word | Stack effect |
---|---|
![]() |
( obj -- obj' ) |
![]() |
( obj -- ? ) |
![]() |
( quot -- quot' ) |
![]() |
( obj -- ) |
Symbol words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( -- ) |
![]() |
( -- ) |
![]() |
( -- ) |
![]() |
( word -- ? ) |
![]() |
( word quot -- ) |
![]() |
( word -- quot ? ) |
![]() |
( obj -- ) |
![]() |
( word -- n ) |
![]() |
( word -- quot/f ) |
![]() |
( word -- ) |
Files
resource:core/macros/expander/expander.factor
resource:core/macros/expander/expander-tests.factor
Metadata files