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
condomize ( obj -- obj' )
condomize? ( obj -- ? )
expand-macros ( quot -- quot' )
expand-macros* ( obj -- )

Symbol words

stack

Ordinary words

Word Stack effect
begin ( -- )
end ( -- )
expand-dispatch ( -- )
expand-dispatch? ( word -- ? )
expand-macro ( word quot -- )
expand-macro? ( word -- quot ? )
literal ( obj -- )
macro-effect ( word -- n )
macro-quot ( word -- quot/f )
word, ( word -- )

Files

resource:core/macros/expander/expander.factor
resource:core/macros/expander/expander-tests.factor

Metadata files

resource:core/macros/expander/summary.txt