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
pub fn parse_line_or_with_comment(
input: &mut InnerZ80Span,
) -> ModalResult<Option<LocatedToken>, Z80ParserError>TODO - currently consume several lines. Should do it only one time