pub fn control_statement(input: &str) -> IResult<&str, (&str, NodeValue<'_>)>
ControlStatement = "$" NodeObjectKey [SP] ":" [SP] NodeValue BR