Function dialogical::parse_all
source · pub fn parse_all(data: &str) -> ParseResult<Vec<Interaction>>👎Deprecated: Use
DgParser::parse_all instead.Expand description
Parse a single string into a Vec<> of interactions.
Uses the current directory as the parser path.