Skip to main content

run_parse

Function run_parse 

Source
pub fn run_parse(
    config: &ParseConfig,
) -> (Vec<AggregatedDiagnostic>, Vec<String>, bool)
Expand description

Run axon parse against a configured corpus. Returns a tuple (diagnostics, io_errors, truncated):

  • diagnostics: every parse / lex / type error observed
  • io_errors: files that couldn’t be read / glob-expanded
  • truncated: true when max_errors capped the report