parse_conditional

Function parse_conditional 

Source
pub fn parse_conditional(
    input: &mut InnerZ80Span,
) -> ModalResult<LocatedToken, Z80ParserError>
Expand description

Parse if expression.TODO finish the implementation in order to have ELSEIF and ELSE branches“ TODO shorten the string code source