Handbook
Glossary
parse-string ( str -- quot )
Vocabulary
eval
Inputs
str
an
object
Outputs
quot
an
object
Definition
USING:
compiler.units
parser
splitting
;
IN:
eval
:
parse-string
( str -- quot )
[
split-lines
parse-lines
]
with-compilation-unit
;