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 observedio_errors: files that couldn’t be read / glob-expandedtruncated: true whenmax_errorscapped the report