pub fn new_parser_from_source_str(
    psess: &ParseSess,
    name: FileName,
    source: String
) -> Parser<'_>
Expand description

Creates a new parser from a source string.