pub fn parse_file<P: AsRef<Path>>(
name: P,
) -> Result<(AbopTurtleInterpretation, System, ProductionString)>Expand description
Reads a file containing an L-System written in the library’s bespoke “plant” format.
See the module documentation for more information,
as well as the parser function.