pub fn parse_program_with_options( source: &str, run_sema: bool, infer_types: bool, ) -> Result<Program>