Function cpclib_asm::parser::parse_line_or_with_comment
source ยท pub fn parse_line_or_with_comment(
input: &mut InnerZ80Span,
) -> PResult<Option<LocatedToken>, Z80ParserError>Expand description
TODO - currently consume several lines. Should do it only one time