Handbook
Glossary
load-schema ( path -- schema )
Binary Application Record Encoding (BARE)
Prev:
parse-schema ( string -- schema )
Next:
SCHEMA:
Vocabulary
bare
Inputs
path
an
object
Outputs
schema
an
object
Definition
USING:
io.encodings.utf8
io.files
;
IN:
bare
:
load-schema
( path -- schema )
utf8
file-contents
parse-schema
;