Handbook
Glossary
complete-vocab-words? ( tokens -- ? )
Vocabulary
tools
.
completion
Inputs
tokens
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
math
sequences
tools.completion.private
;
IN:
tools.completion
:
complete-vocab-words?
( tokens -- ? )
harvest
chop-;
{
[
length
3
>=
]
[
first
{
"FROM:"
"EXCLUDE:"
}
member?
]
[
third
"=>"
=
]
}
1&&
;