Function cpclib_asm::parser::parse_z80_line_complete
source · [−]pub fn parse_z80_line_complete(
input: Z80Span
) -> IResult<Z80Span, Vec<LocatedToken>, Z80ParserError>Expand description
Parse a line (ie a set of components separated by :) until the end of the line or a stop directive TODO add an argument o manage cases like ‘… : ENDIF’