Handbook
Glossary
run-string ( string -- datastack )
Vocabulary
tools
.
scaffold
Inputs
string
a
string
Outputs
datastack
an
array
Word description
Parses and executes the string on an empty datastack, returning the resulting datastack as an array.
See also
read-unit-test
Definition
USING:
continuations
eval
kernel
parser
;
IN:
tools.scaffold
:
run-string
( string -- datastack )
[
parse-string
]
with-file-vocabs
V{
}
clone
swap
with-datastack
;