parse

Function parse 

Source
pub fn parse(
    string: &str,
) -> Result<(AbopTurtleInterpretation, System, ProductionString)>
Expand description

Parses a string in a bespoke “plant” format. See the namespace namespace documentation for more information.

See parse_file to parse a file containing a string in this format.