pub fn parse_empty_line(
    input: Z80Span
) -> IResult<Z80Span, Option<LocatedToken>, Z80ParserError>
Expand description

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