pub fn parse_save(
save_kind: SaveKind,
) -> impl Fn(&mut InnerZ80Span) -> PResult<LocatedTokenInner, Z80ParserError>
Expand description
Parse both save directive and write direct in a file
pub fn parse_save(
save_kind: SaveKind,
) -> impl Fn(&mut InnerZ80Span) -> PResult<LocatedTokenInner, Z80ParserError>
Parse both save directive and write direct in a file