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