pub fn inner_code_with_state(
new_state: ParsingState,
only_one_instruction: bool,
) -> impl Fn(&mut InnerZ80Span) -> PResult<LocatedListing, Z80ParserError>
Expand description
Workaround because many0 is not used in the main root function TODO add an argument to handle context change