pub fn analyze(raw: &str) -> Option<Analysis>
Parse raw into an Analysis. Returns None if the line can’t be parsed (caller falls back to the tokenizer pass + the cautious default).
raw
Analysis
None