Tags: | file formats |
Authors: | Jon Harper |
Class | Superclass | Slots |
libyaml-emitter-error | tuple | error problem |
libyaml-initialize-error | tuple | |
libyaml-parser-error | tuple | error problem problem_offset problem_value problem_mark context context_mark |
yaml-no-document | tuple | |
yaml-undefined-anchor | tuple | anchor anchors |
yaml-unexpected-event | tuple | actual expected |
Word | Stack 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 ) |
Word | Stack 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 -- ? ) |
Vocabulary | Summary |
yaml.config | |
yaml.conversion | |
yaml.dbg | |
yaml.ffi |