Function walk_program

Source
pub fn walk_program<W, C>(walker: &W, program: &Program, context: &mut C)
where W: Walker<C>,