Skip to main content

parse_with_backend

Function parse_with_backend 

Source
pub fn parse_with_backend<B: ParseBackend>(
    input: &str,
    file_id: FileId,
    backend: &B,
    opts: &ParseOptions,
) -> ParseResult
Expand description

Parse a single file with the given backend and options.