pub fn inner_code_with_state(
    new_state: ParsingState
) -> impl Fn(Z80Span) -> IResult<Z80Span, LocatedListing, Z80ParserError>
Expand description

Workaround because many0 is not used in the main root function TODO add an argument to handle context change