parse_directive_new

Function parse_directive_new 

Source
pub fn parse_directive_new(
    local_parsing_state: &ParsingState,
) -> impl Fn(&mut InnerZ80Span) -> ModalResult<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