Function cpclib_asm::parser::parse_comment
source · pub fn parse_comment(input: Z80Span) -> IResult<Z80Span, Token, Z80ParserError>Expand description
Parse a comment that start by ; and ends at the end of the line.
pub fn parse_comment(input: Z80Span) -> IResult<Z80Span, Token, Z80ParserError>Parse a comment that start by ; and ends at the end of the line.