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