Function cpclib_asm::parser::parse_directive_new

source ยท
pub fn parse_directive_new(
    local_parsing_state: &ParsingState,
) -> impl Fn(&mut InnerZ80Span) -> PResult<LocatedToken, Z80ParserError> + '_
Expand description

Here local_parsing_state only serves to adapt DB/DW/STR behavior in struct. Maybe it should be used to control the directives of interest BEFORE there parsing instead of after. No filtering is done