Handbook
Glossary
parse-yaml-doc ( parser event -- obj )
Vocabulary
yaml
.
private
Inputs
parser
an
object
event
an
object
Outputs
obj
an
object
Definition
USING:
hash-sets.identity
kernel
namespaces
yaml.config
;
IN:
yaml.private
::
parse-yaml-doc
( parser event -- obj )
H{
}
clone
anchors
[
parser event
next-value
anchors
get
swap
(deref-aliases)
merge
get
value
get
or
[
IHS{
}
clone
swap
?apply-merge-keys
]
when
]
with-variable
;