fn preprocess<'a>( input: &'a str, last_result: Option<&str>, ) -> Result<(bool, Cow<'a, str>)>
Expands the previous result, checksums addresses, and returns whether the input only contained trivia (comments, whitespace).