[][src]Function wood::parse_termpose

pub fn parse_termpose<'a>(s: &'a str) -> Result<Wood, PositionedError>

If multiple Woods are at root level in the input, it will wrap them all in a Branch Wood. Otherwise, if there's only one, it wont. This is probably the behaviour you will expect, most of the time, but if I didn't explain it here it might have derailed you, the rest of the time.