pub fn structurally_equal(a: &[Token], b: &[Token]) -> bool
Compare two token slices for structural equality (same kinds in same order).