Function cpclib_asm::parser::parse_conditional
source · pub fn parse_conditional(
input: Z80Span
) -> IResult<Z80Span, 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