pub fn parse_script(script_str: &str) -> Result<Script>
Expand description

Given the raw input of a file, creates a Script struct Fails with Err(_) if the text cannot be parsed