parse

Function parse 

Source
pub fn parse(
    input: &str,
    interp: &mut Interpreter,
) -> Result<Vec<Value>, ParseError>