infix.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
bad-stack-effect tupleword
invalid-op tuplestring
local-not-defined tuplename


Generic words
WordStack effect
infix-codegen( ast -- quot/number )


Ordinary words
WordStack effect
(INFIX::)( -- word def effect )
>local-word( string -- word )
arguments-codegen( seq -- quot )
bad-stack-effect( word -- * )
check-word( argcount word -- ? )
find-and-check( args argcount string -- quot )
infix-nth( n seq -- elt )
infix-subseq( from to step seq -- subseq )
infix-subseq-range( from to step len -- from to )
infix-subseq-step( subseq step -- subseq' )
invalid-op( string -- * )
local-not-defined( name -- * )
parse-infix-quotation( end -- result/quot )
prepare-operand( term -- quot )
select-op( string -- word )


Class predicate words
WordStack effect
bad-stack-effect?( object -- ? )
invalid-op?( object -- ? )
local-not-defined?( object -- ? )


Files