Function syntex_syntax::parse::new_parser_from_source_str [] [src]

pub fn new_parser_from_source_str<'a>(sess: &'a ParseSess,
                                      name: String,
                                      source: String)
                                      -> Parser<'a>