control_section

Function control_section 

Source
pub fn control_section(input: &str) -> IResult<&str, Vec<(&str, NodeValue<'_>)>>
Expand description
ControlSection = *(ControlStatement)