tools.completion vocabulary
Factor handbook ยป Vocabulary index


Documentation
Fuzzy completion

Metadata
Authors:Slava Pestov


Words

Ordinary words
WordStack effect
chars-matching( str -- seq )
colors-matching( str -- seq )
complete( full short -- score )
complete-char?( tokens -- ? )
complete-color?( tokens -- ? )
complete-editor?( tokens -- ? )
complete-pathname?( tokens -- ? )
complete-vocab-words?( tokens -- ? )
complete-vocab?( tokens -- ? )
completion( short candidate -- score candidate )
completion,( short candidate -- )
completions( short candidates -- seq )
editors-matching( str -- seq )
fuzzy( full short -- indices )
named( seq -- seq' )
paths-matching( str -- seq )
qualified-named( str -- seq/f )
rank-completions( results -- newresults )
runs( seq -- newseq )
score( full fuzzy -- n )
strings-matching( str seq -- seq' )
vocab-words-matching( str vocab -- seq )
vocabs-matching( str -- seq )
words-matching( str -- seq )


Files


Metadata files


Children
VocabularySummary
tools.completion.private