parse_line_or_with_comment

Function parse_line_or_with_comment 

Source
pub fn parse_line_or_with_comment(
    input: &mut InnerZ80Span,
) -> ModalResult<Option<LocatedToken>, Z80ParserError>
Expand description

TODO - currently consume several lines. Should do it only one time