pub fn parse_text(text: &str) -> Result<Comprehension, TextParseError>Expand description
Parse a YAML or JSON text block describing a comprehension into the algebra-layer AST.
Detection is leading-character based: {...} ⇒ JSON,
otherwise YAML.
pub fn parse_text(text: &str) -> Result<Comprehension, TextParseError>Parse a YAML or JSON text block describing a comprehension into the algebra-layer AST.
Detection is leading-character based: {...} ⇒ JSON,
otherwise YAML.