Did you know ... Search Documentation:
Pack yaml -- prolog/yaml/parser.pl
PublicShow source

Core part of YAML spec is implemented.

author
- Hongxin Liang
license
- Apache License Version 2.0
 parse(+YAML, -PL) is semidet
Parse given YAML atom or chars to Prolog term. No comment is allowed to appear in YAML. read_yaml/2 can be used to help read in YAML file.