pub fn read_oml(text: &str) -> Result<RawNode, ParseError>Expand description
Parse OML source into a canonical RawNode (edge-list or leaf).
Supports the full OML-Core grammar, plus OML-Extended raw-string ('...')
and triple-quoted multiline-string ("""...""") spellings – see the
module doc comment.