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