Handbook
Glossary
parse-schema ( string -- schema )
Binary Application Record Encoding (BARE)
Prev:
>bare ( obj schema -- encoded )
Next:
load-schema ( path -- schema )
Vocabulary
bare
Inputs
string
an
object
Outputs
schema
an
object
Definition
USING:
bare.private
kernel
namespaces
;
IN:
bare
:
parse-schema
( string -- schema )
H{
}
clone
user-types
[
(parse-schema)
]
with-variable
;