fn find_top_level_while_call(s: &str) -> Option<(&str, &str, &str)>
Find a top-level while(body). Single-pass evaluation (see module-level docs).
while(body)