cpclib_asm::parser

Function 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