pub fn tokenize(input: &str) -> Vec<String>
Tokenize splits an FCP operation string into tokens, handling quoted strings, escape sequences, and embedded newlines.