pub fn parse_script_string(
    input: &str
) -> Result<Script, ParseError<Loc, Error>>