pub fn parse_scenario_from_string( content: &str, filename: &str, ) -> Result<(Vec<AST>, Vec<String>)>