parse

Function parse 

Source
pub fn parse(string: String) -> Result<Box<Node>, String>
Expand description

Parse a string and return a result with either the node or the error