Handbook
Glossary
toml> ( string -- assoc )
Tom's Obvious Markup Language (TOML)
Vocabulary
toml
Inputs
string
a
string
Outputs
assoc
an
object
Word description
Decodes a configuration from the TOML format, represented as a
string
.
Definition
USING:
kernel
sequences
toml.private
;
IN:
toml
:
toml>
( string -- assoc )
[
H{
}
clone
dup
]
dip
parse-toml
[
update-toml
]
each
drop
;