find_top_level_while_call

Function find_top_level_while_call 

Source
fn find_top_level_while_call(s: &str) -> Option<(&str, &str, &str)>
Expand description

Find a top-level while(body). Single-pass evaluation (see module-level docs).