yaml vocabulary
Factor handbook ยป Vocabulary index


Documentation
YAML serialization

Metadata
Tags:file formats
Authors:Jon Harper


Words

Tuple classes
ClassSuperclassSlots
libyaml-emitter-error tupleerror problem
libyaml-initialize-error tuple
libyaml-parser-error tupleerror problem problem_offset problem_value problem_mark context context_mark
yaml-no-document tuple
yaml-undefined-anchor tupleanchor anchors
yaml-unexpected-event tupleactual expected


Ordinary words
WordStack effect
>yaml( obj -- str )
>yaml-docs( seq -- str )
?apply-merge-key( assoc -- assoc' )
libyaml-emitter-error( error problem -- * )
libyaml-initialize-error( -- * )
libyaml-parser-error( error problem problem_offset problem_value problem_mark context context_mark -- * )
scalar-value( obj -- obj' )
yaml-docs>( str -- arr )
yaml-no-document( -- * )
yaml-undefined-anchor( anchor anchors -- * )
yaml-unexpected-event( actual expected -- * )
yaml>( str -- obj )


Class predicate words
WordStack effect
libyaml-emitter-error?( object -- ? )
libyaml-initialize-error?( object -- ? )
libyaml-parser-error?( object -- ? )
yaml-no-document?( object -- ? )
yaml-undefined-anchor?( object -- ? )
yaml-unexpected-event?( object -- ? )


Files


Metadata files


Children from resource:extra
VocabularySummary
yaml.config
yaml.conversion
yaml.dbg
yaml.ffi


Children
VocabularySummary
yaml.private