cpclib_asm::parser

Function parse_comment

Source
pub fn parse_comment(
    input: &mut InnerZ80Span,
) -> PResult<LocatedToken, Z80ParserError>
Expand description

Parse a comment that start by ; and ends at the end of the line.