Skip to main content

program_depth

Function program_depth 

Source
pub fn program_depth(stmts: &[Stmt<'_>]) -> usize
Expand description

Measure the maximum nesting depth of a parsed program, iteratively.