pub fn split_field_assignments(source: &str) -> Vec<SplitFieldAssignment>Expand description
Token-level field splitting for record/terminal/table-row bodies. The
structure comes from tokens, never from line breaks, so single-line and
multi-line blocks behave identically. Shorthand (bare name, from blocks
only at the call site) is line-delimited: a name with no same-line value
is shorthand.