cpclib_asm::parser

Function parse_conditional

Source
pub fn parse_conditional(
    input: &mut InnerZ80Span,
) -> PResult<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