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
pub fn parse_conditional(
input: &mut InnerZ80Span,
) -> PResult<LocatedToken, Z80ParserError>
Parse if expression.TODO finish the implementation in order to have ELSEIF and ELSE branches“ TODO shorten the string code source